共用方式為


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 包含 值。

適用於