Share via


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 含まれています。

適用対象