XamlMember.GetXamlNamespaces Méthode

Définition

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

IList<String>

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.

S’applique à