Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlArrayItemAttribute Constructor

 

Initializes a new instance of the XmlArrayItemAttribute class.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodXmlArrayItemAttribute()

Initializes a new instance of the XmlArrayItemAttribute class.

System_CAPS_pubmethodXmlArrayItemAttribute(String^)

Initializes a new instance of the XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document.

System_CAPS_pubmethodXmlArrayItemAttribute(String^, Type^)

Initializes a new instance of the XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document and the Type that can be inserted into the generated XML document.

System_CAPS_pubmethodXmlArrayItemAttribute(Type^)

Initializes a new instance of the XmlArrayItemAttribute class and specifies the Type that can be inserted into the serialized array.

Return to top
Show:
© 2017 Microsoft