XamlMember.GetXamlNamespaces 方法

定義

傳回這個 XAML 成員可能存在之 XAML 命名空間的清單。

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)

傳回

IList<String>

XAML 命名空間識別項的清單 (字串形式)。

備註

預設實作會從 DeclaringType 與這個 XamlMember 相關聯的 傳回 XamlType.GetXamlNamespaces 呼叫結果。

適用於