言語

XamlLanguage.XmlNamespaces プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象