次の方法で共有


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)

返品

文字列としての XAML 名前空間識別子の一覧。

注釈

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

適用対象