CodeEnum Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.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. |
![]() | AddMember(String^, Object^, Object^) | Creates a new member code construct and inserts the code in the correct location. |
![]() | GetEndPoint(vsCMPart) | Returns a TextPoint object that marks the end of the code element definition. |
![]() | GetStartPoint(vsCMPart) | 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:
