XamlMember.GetXamlNamespaces 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.
Retourne une liste d'espaces de noms XAML dans lesquels ce membre XAML peut exister.
public:
virtual System::Collections::Generic::IList<System::String ^> ^ GetXamlNamespaces();
public virtual System.Collections.Generic.IList<string> GetXamlNamespaces ();
abstract member GetXamlNamespaces : unit -> System.Collections.Generic.IList<string>
override this.GetXamlNamespaces : unit -> System.Collections.Generic.IList<string>
Public Overridable Function GetXamlNamespaces () As IList(Of String)
Retours
Liste d'identificateurs d'espace de noms XAML sous forme de chaînes.
Remarques
L’implémentation par défaut retourne le résultat de l’appel XamlType.GetXamlNamespaces DeclaringType associé à ce XamlMember.