vcCMConstants Class
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.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Public MustInherit Class vcCMConstants
'Usage
Dim instance As vcCMConstants
public abstract class vcCMConstants
public ref class vcCMConstants abstract
public abstract class vcCMConstants
Remarks
The following constant values for Visual C++ Code Model objects can be used when registering your custom automation extender.
Constant Value |
Corresponding Code Model Object |
---|---|
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VCCodeModel.vcCMConstants
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.