ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Metoda

Definice

Získá vlastníky obsahu architektury zadaného slovníku prostředků.

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)

Parametry

dictionary
ResourceDictionary

Slovník prostředků.

Návraty

Vlastníci dictionaryobsahu architektury . Pokud neexistují žádné vlastníky obsahu architektury, metoda vrátí null.

Platí pro