Udostępnij za pośrednictwem


ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Metoda

Definicja

Pobiera właścicieli zawartości platformy określonego słownika zasobów.

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

Słownik zasobów.

Zwraca

IEnumerable<FrameworkContentElement>

Właściciele zawartości platformy dictionary. Jeśli nie ma właścicieli zawartości platformy, metoda zwraca nullwartość .

Dotyczy