다음을 통해 공유


eFormat 열거형

사용 하는 FormatGuid 메서드는 IVCWizCtlUI 개체입니다.

네임스페이스:  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 네임스페이스

기타 리소스

Visual C++ 확장성 개체 모델