ホーム › Data.Xml.XmlLite › XmlWriterProperty
XmlWriterProperty
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| XmlWriterProperty_MultiLanguage | 0 | 0x0 |
| XmlWriterProperty_Indent | 1 | 0x1 |
| XmlWriterProperty_ByteOrderMark | 2 | 0x2 |
| XmlWriterProperty_OmitXmlDeclaration | 3 | 0x3 |
| XmlWriterProperty_ConformanceLevel | 4 | 0x4 |
| XmlWriterProperty_CompactEmptyElement | 5 | 0x5 |
| _XmlWriterProperty_Last | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum XmlWriterProperty : int {
XmlWriterProperty_MultiLanguage = 0,
XmlWriterProperty_Indent = 1,
XmlWriterProperty_ByteOrderMark = 2,
XmlWriterProperty_OmitXmlDeclaration = 3,
XmlWriterProperty_ConformanceLevel = 4,
XmlWriterProperty_CompactEmptyElement = 5,
_XmlWriterProperty_Last = 5
} XmlWriterProperty;public enum XmlWriterProperty : int
{
XmlWriterProperty_MultiLanguage = 0,
XmlWriterProperty_Indent = 1,
XmlWriterProperty_ByteOrderMark = 2,
XmlWriterProperty_OmitXmlDeclaration = 3,
XmlWriterProperty_ConformanceLevel = 4,
XmlWriterProperty_CompactEmptyElement = 5,
_XmlWriterProperty_Last = 5,
}Public Enum XmlWriterProperty As Integer
XmlWriterProperty_MultiLanguage = 0
XmlWriterProperty_Indent = 1
XmlWriterProperty_ByteOrderMark = 2
XmlWriterProperty_OmitXmlDeclaration = 3
XmlWriterProperty_ConformanceLevel = 4
XmlWriterProperty_CompactEmptyElement = 5
_XmlWriterProperty_Last = 5
End Enumimport enum
class XmlWriterProperty(enum.IntEnum):
XmlWriterProperty_MultiLanguage = 0
XmlWriterProperty_Indent = 1
XmlWriterProperty_ByteOrderMark = 2
XmlWriterProperty_OmitXmlDeclaration = 3
XmlWriterProperty_ConformanceLevel = 4
XmlWriterProperty_CompactEmptyElement = 5
_XmlWriterProperty_Last = 5// XmlWriterProperty
pub const XmlWriterProperty_MultiLanguage: i32 = 0;
pub const XmlWriterProperty_Indent: i32 = 1;
pub const XmlWriterProperty_ByteOrderMark: i32 = 2;
pub const XmlWriterProperty_OmitXmlDeclaration: i32 = 3;
pub const XmlWriterProperty_ConformanceLevel: i32 = 4;
pub const XmlWriterProperty_CompactEmptyElement: i32 = 5;
pub const _XmlWriterProperty_Last: i32 = 5;// XmlWriterProperty
const (
XmlWriterProperty_MultiLanguage int32 = 0
XmlWriterProperty_Indent int32 = 1
XmlWriterProperty_ByteOrderMark int32 = 2
XmlWriterProperty_OmitXmlDeclaration int32 = 3
XmlWriterProperty_ConformanceLevel int32 = 4
XmlWriterProperty_CompactEmptyElement int32 = 5
_XmlWriterProperty_Last int32 = 5
)const
XmlWriterProperty_MultiLanguage = 0;
XmlWriterProperty_Indent = 1;
XmlWriterProperty_ByteOrderMark = 2;
XmlWriterProperty_OmitXmlDeclaration = 3;
XmlWriterProperty_ConformanceLevel = 4;
XmlWriterProperty_CompactEmptyElement = 5;
_XmlWriterProperty_Last = 5;// XmlWriterProperty
pub const XmlWriterProperty_MultiLanguage: i32 = 0;
pub const XmlWriterProperty_Indent: i32 = 1;
pub const XmlWriterProperty_ByteOrderMark: i32 = 2;
pub const XmlWriterProperty_OmitXmlDeclaration: i32 = 3;
pub const XmlWriterProperty_ConformanceLevel: i32 = 4;
pub const XmlWriterProperty_CompactEmptyElement: i32 = 5;
pub const _XmlWriterProperty_Last: i32 = 5;const
XmlWriterProperty_MultiLanguage* = 0
XmlWriterProperty_Indent* = 1
XmlWriterProperty_ByteOrderMark* = 2
XmlWriterProperty_OmitXmlDeclaration* = 3
XmlWriterProperty_ConformanceLevel* = 4
XmlWriterProperty_CompactEmptyElement* = 5
_XmlWriterProperty_Last* = 5enum XmlWriterProperty : int {
XmlWriterProperty_MultiLanguage = 0,
XmlWriterProperty_Indent = 1,
XmlWriterProperty_ByteOrderMark = 2,
XmlWriterProperty_OmitXmlDeclaration = 3,
XmlWriterProperty_ConformanceLevel = 4,
XmlWriterProperty_CompactEmptyElement = 5,
_XmlWriterProperty_Last = 5,
}#define global XmlWriterProperty_MultiLanguage 0x0
#define global XmlWriterProperty_Indent 0x1
#define global XmlWriterProperty_ByteOrderMark 0x2
#define global XmlWriterProperty_OmitXmlDeclaration 0x3
#define global XmlWriterProperty_ConformanceLevel 0x4
#define global XmlWriterProperty_CompactEmptyElement 0x5
#define global _XmlWriterProperty_Last 0x5