Sdílet prostřednictvím


XamlMember.GetXamlNamespaces Metoda

Definice

Vrátí seznam oborů názvů XAML, kde může tento člen XAML existovat.

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)

Návraty

IList<String>

Seznam identifikátorů oboru názvů XAML jako řetězců

Poznámky

Výchozí implementace vrátí XamlType.GetXamlNamespaces výsledek volání z DeclaringType přidruženého k tomuto XamlMember.

Platí pro