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 名前空間識別子のリスト。

注釈

既定の実装では、XamlType.GetXamlNamespacesこれにXamlMember関連付けられている呼び出し結果DeclaringTypeが返されます。

適用対象