ResourceDictionaryDiagnostics.GetApplicationOwners(ResourceDictionary) 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 d’application d’un dictionnaire de ressources spécifié.
public:
static System::Collections::Generic::IEnumerable<System::Windows::Application ^> ^ GetApplicationOwners(System::Windows::ResourceDictionary ^ dictionary);
public static System.Collections.Generic.IEnumerable<System.Windows.Application> GetApplicationOwners (System.Windows.ResourceDictionary dictionary);
static member GetApplicationOwners : System.Windows.ResourceDictionary -> seq<System.Windows.Application>
Public Shared Function GetApplicationOwners (dictionary As ResourceDictionary) As IEnumerable(Of Application)
Paramètres
- dictionary
- ResourceDictionary
Dictionnaire de ressources.
Retours
Propriétaires d’application de dictionary
. S’il n’existe aucun propriétaire d’application, la méthode retourne null
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.