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

适用于