ResourceDictionaryDiagnostics.GetFrameworkElementOwners Método

Definición

Obtiene los propietarios de elementos de marco de un diccionario de recursos especificado.

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

Parámetros

dictionary
ResourceDictionary

Diccionario de recursos.

Devoluciones

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

Se aplica a