System::Xml::Serialization::XmlRootAttribute class

XmlRootAttribute class

Marks the attribute target as an XML root element and controls its XML serialization. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class XmlRootAttribute : public System::Object

Methods

MethodDescription
XmlRootAttribute()Constructs a new instance of XmlRootAttribute class.
XmlRootAttribute(const System::String&)Constructs a new instance of XmlRootAttribute class and initializes it with the specified element name.

See Also