CodeStruct2 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_pubmethodAddClass(String^, Object^, Object^, Object^, vsCMAccess)

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

System_CAPS_pubmethodAddDelegate(String^, Object^, Object^, vsCMAccess)

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

System_CAPS_pubmethodAddEnum(String^, Object^, Object^, vsCMAccess)

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

System_CAPS_pubmethodAddEvent(String^, String^, Boolean, Object^, vsCMAccess)

Adds a struct event.

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

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

System_CAPS_pubmethodAddImplementedInterface(Object^, Object^)

Adds an interface to the list of inherited objects.

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_pubmethodAddStruct(String^, Object^, Object^, Object^, vsCMAccess)

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

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

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

Removes an object from the list of bases.

System_CAPS_pubmethodRemoveInterface(Object^)

Removes an interface from the list of implemented interfaces.

System_CAPS_pubmethodRemoveMember(Object^)

Removes a member code construct.

Return to top
Show: