This topic has not yet been rated - Rate this topic

vsCMMFCDialogVariableIDType Enumeration

Used by the IDType property.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
public enum vsCMMFCDialogVariableIDType
Member nameDescription
vsCMControlTypeVariable is a control type (CButton, CEdit, and so on.)
vsCMMFCDialogVarIDNoneEnumeration is uninitialized.
vsCMValueTypeVariable 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.