Win32 API 日本語リファレンス
ホームData.Xml.XmlLite › XmlWriterProperty

XmlWriterProperty

列挙型
基底型i4

メンバー 7

名前10進16進
XmlWriterProperty_MultiLanguage00x0
XmlWriterProperty_Indent10x1
XmlWriterProperty_ByteOrderMark20x2
XmlWriterProperty_OmitXmlDeclaration30x3
XmlWriterProperty_ConformanceLevel40x4
XmlWriterProperty_CompactEmptyElement50x5
_XmlWriterProperty_Last50x5

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 5
enum 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