Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Used by the IDType property.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Public Enumeration vsCMMFCDialogVariableIDType
public enum vsCMMFCDialogVariableIDType
public enum class vsCMMFCDialogVariableIDType
type vsCMMFCDialogVariableIDType
public enum vsCMMFCDialogVariableIDType
Members
| 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). |
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.