ResourceDictionaryDiagnostics.GetFrameworkElementOwners Metodo

Definizione

Ottiene i proprietari degli elementi del framework di un dizionario risorse specificato.

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)

Parametri

dictionary
ResourceDictionary

Dizionario risorse.

Valori restituiti

Proprietari degli elementi del framework di dictionary. Se non sono presenti proprietari di elementi framework, il metodo restituisce null.

Si applica a