vsCMMFCDialogVariableIDType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the IDType property.
public enum class vsCMMFCDialogVariableIDType
public enum class vsCMMFCDialogVariableIDType
enum vsCMMFCDialogVariableIDType
public enum vsCMMFCDialogVariableIDType
type vsCMMFCDialogVariableIDType =
Public Enum vsCMMFCDialogVariableIDType
- Inheritance
-
vsCMMFCDialogVariableIDType
Fields
Name | Value | Description |
---|---|---|
vsCMMFCDialogVarIDNone | -1 | Enumeration is uninitialized. |
vsCMValueType | 0 | Variable is a standard type (int, bool). |
vsCMControlType | 1 | 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.