_ExportListOptions列挙 (mmcobj.h)
ExportListOptions 列挙体は View.ExportList メソッドによって使用され、リスト ビューの内容をファイルに書き込む際のオプションを指定します。 これらの値は、ビットごとの OR 演算を使用して組み合わせることができます。 この列挙は、 MMC 2.0 Automation オブジェクト モデルに適用されます。
構文
typedef enum ExportListOptions {
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 0x1,
ExportListOptions_TabDelimited = 0x2,
ExportListOptions_SelectedItemsOnly = 0x4
} _ExportListOptions, EXPORTLISTOPTIONS;
定数
ExportListOptions_Default 値: 0 既定のリスト エクスポート オプション。 これが View.ExportList の呼び出しで指定された唯一のフラグである場合、リスト ビューの内容はコンマ区切りの ANSI テキストとしてエクスポートされます。 |
ExportListOptions_Unicode 値: 0x1 リストは Unicode テキストとしてエクスポートされます。 |
ExportListOptions_TabDelimited 値: 0x2 リストはタブ区切りのテキストとしてエクスポートされます。 |
ExportListOptions_SelectedItemsOnly 値: 0x4 エクスポートされたリストには、現在選択されている項目のみが含まれます。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista |
サポートされている最小のサーバー | Windows Server 2008 |
Header | mmcobj.h |