5#include <system/object_ext.h> 
    6#include <system/enum.h> 
   39struct EnumMetaInfo<
System::Xml::WriteState>
 
   41    static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::WriteState, const char_t*>, 7>& values();
 
A base class for custom attributes. Objects of this class should only be allocated using System::Make...
Definition: attribute.h:16
 
@ Xml
Serialize according to the XML 1.0 rules.
 
@ Closed
The XmlReader::Close method has been called.
 
WriteState
Specifies the state of the XmlWriter.
Definition: write_state.h:15
 
@ Content
Indicates that element content is being written.
 
@ Prolog
Indicates that the prolog is being written.
 
Definition: db_command.h:9