eFormat Enumeration
Used by the FormatGuid method of the IVCWizCtlUI object.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Enumeration eFormat
public enum eFormat
public enum class eFormat
type eFormat
public enum eFormat
Members
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 } } |
Remarks
eFormat specifies into which format the supplied GUID is converted.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace