CodeInterface2 Methods

 

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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_pubmethodAddEvent(String^, String^, Boolean, Object^, vsCMAccess)

Adds an interface event.

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_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_pubmethodRemoveBase(Object^)

Removes an object from the list of bases.

System_CAPS_pubmethodRemoveMember(Object^)

Removes a member code construct.

Return to top
Show: