ホーム › System.Mmc › _ExportListOptions
_ExportListOptions
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| ExportListOptions_Default | 0 | 0x0 |
| ExportListOptions_Unicode | 1 | 0x1 |
| ExportListOptions_TabDelimited | 2 | 0x2 |
| ExportListOptions_SelectedItemsOnly | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum _ExportListOptions : int {
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 1,
ExportListOptions_TabDelimited = 2,
ExportListOptions_SelectedItemsOnly = 4
} _ExportListOptions;public enum _ExportListOptions : int
{
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 1,
ExportListOptions_TabDelimited = 2,
ExportListOptions_SelectedItemsOnly = 4,
}Public Enum _ExportListOptions As Integer
ExportListOptions_Default = 0
ExportListOptions_Unicode = 1
ExportListOptions_TabDelimited = 2
ExportListOptions_SelectedItemsOnly = 4
End Enumimport enum
class _ExportListOptions(enum.IntEnum):
ExportListOptions_Default = 0
ExportListOptions_Unicode = 1
ExportListOptions_TabDelimited = 2
ExportListOptions_SelectedItemsOnly = 4// _ExportListOptions
pub const ExportListOptions_Default: i32 = 0;
pub const ExportListOptions_Unicode: i32 = 1;
pub const ExportListOptions_TabDelimited: i32 = 2;
pub const ExportListOptions_SelectedItemsOnly: i32 = 4;// _ExportListOptions
const (
ExportListOptions_Default int32 = 0
ExportListOptions_Unicode int32 = 1
ExportListOptions_TabDelimited int32 = 2
ExportListOptions_SelectedItemsOnly int32 = 4
)const
ExportListOptions_Default = 0;
ExportListOptions_Unicode = 1;
ExportListOptions_TabDelimited = 2;
ExportListOptions_SelectedItemsOnly = 4;// _ExportListOptions
pub const ExportListOptions_Default: i32 = 0;
pub const ExportListOptions_Unicode: i32 = 1;
pub const ExportListOptions_TabDelimited: i32 = 2;
pub const ExportListOptions_SelectedItemsOnly: i32 = 4;const
ExportListOptions_Default* = 0
ExportListOptions_Unicode* = 1
ExportListOptions_TabDelimited* = 2
ExportListOptions_SelectedItemsOnly* = 4enum _ExportListOptions : int {
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 1,
ExportListOptions_TabDelimited = 2,
ExportListOptions_SelectedItemsOnly = 4,
}#define global ExportListOptions_Default 0x0
#define global ExportListOptions_Unicode 0x1
#define global ExportListOptions_TabDelimited 0x2
#define global ExportListOptions_SelectedItemsOnly 0x4