vsCMMFCDialogVariableIDType Enumeration
Visual Studio 2015
Used by the IDType property.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
| Member name | Description | |
|---|---|---|
| vsCMControlType | Variable is a control type (CButton, CEdit, and so on.) | |
| vsCMMFCDialogVarIDNone | Enumeration is uninitialized. | |
| vsCMValueType | Variable is a standard type (int, bool). |
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.
Show: