CodeInterface2 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 objects. |
![]() | AddEvent(String^, String^, Boolean, Object^, vsCMAccess) | Adds an interface event. |
![]() | AddFunction(String^, vsCMFunction, Object^, Object^, vsCMAccess) | Creates a new function code construct and inserts the code in the correct location. |
![]() | AddProperty(String^, String^, Object^, Object^, vsCMAccess, Object^) | Creates a new property code construct and inserts the code in the correct location. |
![]() | GetEndPoint(vsCMPart) | Gets a TextPoint object that marks the end of the code element definition. |
![]() | GetStartPoint(vsCMPart) | Gets a TextPoint object that defines the beginning of the code element definition. |
![]() | RemoveBase(Object^) | Removes an object from the list of bases. |
![]() | RemoveMember(Object^) | Removes a member code construct. |
Show:
