XmlElementAttribute Constructor
Initializes a new instance of the XmlElementAttribute class.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlElementAttribute() | Initializes a new instance of the XmlElementAttribute class. |
![]() | XmlElementAttribute(String^) | Initializes a new instance of the XmlElementAttribute class and specifies the name of the XML element. |
![]() | XmlElementAttribute(String^, Type^) | Initializes a new instance of the XmlElementAttribute and specifies the name of the XML element and a derived type for the member to which the XmlElementAttribute is applied. This member type is used when the XmlSerializer serializes the object that contains it. |
![]() | XmlElementAttribute(Type^) | Initializes a new instance of the XmlElementAttribute class and specifies a type for the member to which the XmlElementAttribute is applied. This type is used by the XmlSerializer when serializing or deserializing object that contains it. |
