ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Metod

Definition

Hämtar ramverksinnehållsägare för en angiven resursordlista.

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)

Parametrar

dictionary
ResourceDictionary

En resursordlista.

Returer

Ramverkets innehållsägare för dictionary. Om det inte finns några ramverksinnehållsägare returnerar nullmetoden .

Gäller för