Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used by the IDType property.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Public Enumeration vsCMMFCDialogVariableIDType
'Usage
Dim instance As vsCMMFCDialogVariableIDType
public enum vsCMMFCDialogVariableIDType
public enum class vsCMMFCDialogVariableIDType
public enum vsCMMFCDialogVariableIDType
Members
| Member name | Description | |
|---|---|---|
| vsCMMFCDialogVarIDNone | Enumeration is uninitialized. | |
| vsCMValueType | Variable is a standard type (int, bool). | |
| vsCMControlType | Variable is a control type (CButton, CEdit, and so on.) |
Remarks
The vsCMMFCDialogVarIDNone constant indicates that the enumeration has not been previously initialized by the programmer. The Visual C++ code model library does not use this value.