CodeNamespace Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AddClass(String^, Object^, Object^, Object^, vsCMAccess) | Creates a new class code construct and inserts the code in the correct location. |
![]() | AddDelegate(String^, Object^, Object^, vsCMAccess) | Creates a new delegate code construct and inserts the code in the correct location. |
![]() | AddEnum(String^, Object^, Object^, vsCMAccess) | Creates a new enumeration code construct and inserts the code in the correct location. |
![]() | AddInterface(String^, Object^, Object^, vsCMAccess) | Creates a new interface code construct and inserts the code in the correct location. |
![]() | AddNamespace(String^, Object^) | Creates a new namespace code construct and inserts the code in the correct location. |
![]() | AddStruct(String^, Object^, Object^, Object^, vsCMAccess) | Creates a new structure 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. |
![]() | Remove(Object^) | Removes the specified code element from the source file. |
Show:
