ResourceDictionaryDiagnostics.GetFrameworkElementOwners(ResourceDictionary) Método
Definición
Obtiene los propietarios de elementos de marcos de un diccionario de recursos concreto.Gets the framework element owners of a specified resource dictionary.
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.A resource dictionary.
Devoluciones
Propietarios de elementos de marcos de dictionary
.The framework element owners of dictionary
. Si no hay ningún propietario de elementos de marcos, el método devuelve null
.If there are no framework element owners, the method returns null
.