Partager via


XamlMember.GetXamlNamespaces Méthode

Définition

Retourne une liste d’espaces de noms XAML où 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 des 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.GetXamlNamespacesDeclaringType associé à ce XamlMember.

S’applique à