vcCMConstants Members

The Visual C++ Code Model defines a collection of GUIDs for use in implementing automation extenders. An automation extender allows you to extend the properties, which are determined by your needs and which are automated by the Visual C++ Code Model. For more information on automation extenders and support for them, see Implementing and Using Automation Extenders.

The vcCMConstants type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member vcCMCATIDAttribute Represents a code attribute.
Public fieldStatic member vcCMCATIDClass Represents a code class.
Public fieldStatic member vcCMCATIDDelegate Represents a code delegate.
Public fieldStatic member vcCMCATIDEnum Represents a code enumeration.
Public fieldStatic member vcCMCATIDEvent Represents a code event.
Public fieldStatic member vcCMCATIDFunction Represents a code function.
Public fieldStatic member vcCMCATIDIDLCoClass Represents a code coclass.
Public fieldStatic member vcCMCATIDIDLImport Represents a code import.
Public fieldStatic member vcCMCATIDIDLImportLib Represents a code import library.
Public fieldStatic member vcCMCATIDIDLLibrary Represents a code library.
Public fieldStatic member vcCMCATIDImportStmt Represents a code import statement.
Public fieldStatic member vcCMCATIDIncludeStmt Represents a code include (C++) statement.
Public fieldStatic member vcCMCATIDInterface Represents a code interface.
Public fieldStatic member vcCMCATIDMacro Represents a code macro.
Public fieldStatic member vcCMCATIDMap Represents a code map.
Public fieldStatic member vcCMCATIDMapEntry Represents an entry in a code map.
Public fieldStatic member vcCMCATIDNamespace Represents a code namespace.
Public fieldStatic member vcCMCATIDParameter Represents a code parameter.
Public fieldStatic member vcCMCATIDProperty Represents a code property.
Public fieldStatic member vcCMCATIDStruct Represents a code struct.
Public fieldStatic member vcCMCATIDTypeDef Represents a code type definition (typedef).
Public fieldStatic member vcCMCATIDUnion Represents a code union.
Public fieldStatic member vcCMCATIDUsingStmt Represents a code using (C# Reference) statement.
Public fieldStatic member vcCMCATIDVariable Represents a code variable.
Public fieldStatic member vcCMCATIDVCBase Represents a code Visual C++ base class.
Public fieldStatic member vcCMMFCDialogNumberVariableExtender Represents an Extender for number variables in an MFC dialog box.
Public fieldStatic member vcCMMFCDialogStringVariableExtender Represents an Extender for string variables in an MFC dialog box.
Public fieldStatic member vcCMMFCDialogVariableExtender Represents an Extender for variables in an MFC dialog box.
Public fieldStatic member vcCMVCDialogExtender Represents an Extender for an MFC dialog box.

Top

See Also

Reference

vcCMConstants Class

Microsoft.VisualStudio.VCCodeModel Namespace