CodeDelegate2 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 delegates. This method is not implemented in Visual Basic.

System_CAPS_pubmethodAddParameter(String^, Object^, Object^)

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

System_CAPS_pubmethodGetEndPoint(vsCMPart)

Returns a TextPoint object that marks the end of the delegate definition.

System_CAPS_pubmethodGetStartPoint(vsCMPart)

Returns a TextPoint object that defines the beginning of the delegate definition.

System_CAPS_pubmethodRemoveBase(Object^)

Removes the delegate from the list of bases. This method is not implemented in Visual Basic.

System_CAPS_pubmethodRemoveMember(Object^)

Removes a member from the delegate.

System_CAPS_pubmethodRemoveParameter(Object^)

Removes a parameter from the delegate's argument list.

Return to top
Show: