VCCodeInterface Methods

 

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

NameDescription
System_CAPS_pubmethodAddAttribute(String^, String^, Object^)

Creates a new attribute code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddBase(Object^, Object^)

Adds an item to the list of inherited objects.

System_CAPS_pubmethodAddFunction(String^, vsCMFunction, Object^, Object^, vsCMAccess)

Creates a new function code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddProperty(String^, String^, Object^, Object^, vsCMAccess, Object^)

Creates a new property code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddVariable(String^, Object^, Object^, vsCMAccess)

Creates a new variable code construct and inserts the code in the correct location.

System_CAPS_pubmethodGetEndPoint(vsCMPart)

Gets a TextPoint object that marks the end of the code element definition.

System_CAPS_pubmethodGetStartPoint(vsCMPart)

Gets a TextPoint object that defines the beginning of the code element definition.

System_CAPS_pubmethodIsSelf(Object^)

Determines if the specified code element is the same as another code element.

System_CAPS_pubmethodRemoveBase(Object^)

Removes an object from the list of bases.

System_CAPS_pubmethodRemoveMember(Object^)

Removes a member code construct.

System_CAPS_pubmethodValidateMember(String^, vsCMElement, String^)

Validates that the proposed name is a valid C++ name for the kind given in the context of the parent object.

System_CAPS_pubmethodValidateMemberName(String^, vsCMElement, vcCMNameValidationOption)

Return to top
Show: