ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.