VCCodeNamespace Methods
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.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. |
![]() | AddFunction(String^, vsCMFunction, Object^, Object^, vsCMAccess) | Creates a new function 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. |
![]() | AddMap(String^, String^, Object^) | Adds a map to the object. |
![]() | 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. |
![]() | AddTypedef(String^, Object^, Object^, vsCMAccess) | Adds a typedef statement to the object. |
![]() | AddUnion(String^, Object^, vsCMAccess) | Adds a union statement to the object. |
![]() | AddUsingAlias(String^, Object^, Object^, vsCMAccess) | |
![]() | AddVariable(String^, Object^, Object^, vsCMAccess) | Creates a new variable 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. |
![]() | IsSelf(Object^) | Determines if the specified code element is the same as another code element. |
![]() | Remove(Object^) | Removes the specified project from the solution. |
![]() | ValidateMember(String^, vsCMElement, String^) | Validates that the proposed name is a valid C++ name for the kind given in the context of the object. |
![]() | ValidateMemberName(String^, vsCMElement, vcCMNameValidationOption) |
