XmlSerializationWriter.Namespaces 属性

定义

获取或设置 XML 限定名对象的列表,这些对象包含用于在 XML 文档中生成限定名的命名空间和前缀。Gets or sets a list of XML qualified name objects that contain the namespaces and prefixes used to produce qualified names in XML documents.

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 property System::Collections::ArrayList ^ Namespaces { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
protected System.Collections.ArrayList? Namespaces { get; set; }
protected System.Collections.ArrayList Namespaces { get; set; }
member this.Namespaces : System.Collections.ArrayList with get, set
Protected Property Namespaces As ArrayList

属性值

ArrayList

包含命名空间和前缀对的 ArrayListAn ArrayList that contains the namespaces and prefix pairs.

注解

的受保护成员 XmlSerializationWriter 仅供在 .NET FRAMEWORK XML 序列化基础结构内部使用的派生类使用。The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

适用于