Share via


XamlLanguage.XamlNamespaces プロパティ

定義

XAML 名前空間の識別子のコレクションを取得します。

public:
 static property System::Collections::Generic::IList<System::String ^> ^ XamlNamespaces { System::Collections::Generic::IList<System::String ^> ^ get(); };
public static System.Collections.Generic.IList<string> XamlNamespaces { get; }
static member XamlNamespaces : System.Collections.Generic.IList<string>
Public Shared ReadOnly Property XamlNamespaces As IList(Of String)

プロパティ値

XAML 名前空間の識別子のコレクション。

注釈

現在、このコレクションには 値のみが Xaml2006Namespace 含まれています。

適用対象