VCCodeFunction Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
| Name | Description | |
|---|---|---|
![]() | AddAttribute(String^, String^, Object^) | Creates a new attribute code construct and inserts the code in the correct location. |
![]() | AddInitializer(String^) | Adds a C++ initializer to a constructor's member initializer list. |
![]() | AddParameter(String^, Object^, Object^) | Creates a new parameter code construct and inserts the code in the correct location. |
![]() | AddTemplateParameter(String^, Object^, Object^) | Adds a parameter to a template definition. |
![]() | 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 the parent code element. |
![]() | RemoveParameter(Object^) | Removes a parameter from the argument list. |
![]() | RemoveTemplateParameter(Object^) | Removes a parameter from a template definition. |
Show:
