eFormat Enumeration
Visual Studio 2012
Used by the FormatGuid method of the IVCWizCtlUI object.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Member name | Description | |
|---|---|---|
| Format1 | Formats the GUID in the registry format. For example: {B5B21F1F-DBCD-11D2-89CA-00C04F72DAF2} | |
| Format2 | Formats the GUID as follows: DEFINE_GUID(…) For example: DEFINE_GUID(GUID_YSIZE, 0x66504309,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); | |
| Format3 | Formats the GUID as follows: static const struct GUID = {…} For example: { 0xd3f55740, 0xc3ed, 0x11d1, { 0xab, 0x8d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } } |