XamlMember.GetXamlNamespaces 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 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)
傳回
XAML 命名空間識別項的清單 (字串形式)。
備註
預設實作會從 DeclaringType 與這個 XamlMember 相關聯的 傳回 XamlType.GetXamlNamespaces 呼叫結果。