CodeDelegate2 Methods
Visual Studio 2015
Namespace:
EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | AddAttribute(String^, String^, Object^) | Creates a new attribute code construct and inserts the code in the correct location. |
![]() | AddBase(Object^, Object^) | Adds an item to the list of inherited delegates. This method is not implemented in Visual Basic. |
![]() | AddParameter(String^, Object^, Object^) | Creates a new parameter for the delegate and inserts the code in the correct location. |
![]() | GetEndPoint(vsCMPart) | Returns a TextPoint object that marks the end of the delegate definition. |
![]() | GetStartPoint(vsCMPart) | Returns a TextPoint object that defines the beginning of the delegate definition. |
![]() | RemoveBase(Object^) | Removes the delegate from the list of bases. This method is not implemented in Visual Basic. |
![]() | RemoveMember(Object^) | Removes a member from the delegate. |
![]() | RemoveParameter(Object^) | Removes a parameter from the delegate's argument list. |
Show:
