ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Méthode

Définition

Obtient les propriétaires de contenu de framework d’un dictionnaire de ressources spécifié.

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)

Paramètres

dictionary
ResourceDictionary

Dictionnaire de ressources.

Retours

Propriétaires de contenu de framework de dictionary. S’il n’existe aucun propriétaire de contenu de framework, la méthode retourne null.

S’applique à