言語

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 値のみが含まれています。

適用対象