eFormat 列挙体
IVCWizCtlUI オブジェクトの FormatGuid メソッドによって使用されます。
名前空間: Microsoft.VisualStudio.VsWizard
アセンブリ: Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
Public Enumeration eFormat
public enum eFormat
public enum class eFormat
type eFormat
public enum eFormat
メンバー
メンバー名 | 説明 | |
---|---|---|
Format1 | レジストリ形式で GUID をフォーマットします。
例: B5B21F1F-DBCD-11D2-89CA-00C04F72DAF2 {} |
|
Format2 | GUID の書式を次のように設定します。
DEFINE_GUID(…) 例: DEFINE_GUID(GUID_YSIZE, 0x66504309,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
|
Format3 | GUID の書式を次のように設定します。
static const struct GUID = {…} 例: {0xd3f55740、0xc3ed、0x11d1、{0xab、0x8d、0x0、0x0、0x0、0x0、0x0、0x0}} |
解説
eFormat は、どの形式を指定された GUID を変換するかを指定します。
参照
関連項目
Microsoft.VisualStudio.VsWizard 名前空間