ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Método

Definición

Obtiene los propietarios de contenido de marcos de un diccionario de recursos concreto.

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 de contenido de marcos de dictionary. Si no hay ningún propietario de contenido de marcos, el método devuelve null.

Se aplica a