ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Método

Definición

Obtiene los propietarios de contenido del marco de un diccionario de recursos especificado.

public:
 static System::Collections::Generic::IEnumerable<System::Windows::FrameworkContentElement ^> ^ GetFrameworkContentElementOwners(System::Windows::ResourceDictionary ^ dictionary);
public static System.Collections.Generic.IEnumerable<System.Windows.FrameworkContentElement> GetFrameworkContentElementOwners(System.Windows.ResourceDictionary dictionary);
static member GetFrameworkContentElementOwners : System.Windows.ResourceDictionary -> seq<System.Windows.FrameworkContentElement>
Public Shared Function GetFrameworkContentElementOwners (dictionary As ResourceDictionary) As IEnumerable(Of FrameworkContentElement)

Parámetros

dictionary
ResourceDictionary

Diccionario de recursos.

Devoluciones

Propietarios del contenido del marco de trabajo de dictionary. Si no hay propietarios de contenido de marco, el método devuelve null.

Se aplica a