VCCodeEnum 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. |
![]() | 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) | 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. |
![]() | RemoveBase(Object^) | Removes an object from the list of bases. |
![]() | RemoveMember(Object^) | Removes a member code construct. |
![]() | ValidateMember(String^, vsCMElement, String^) | Validates that the proposed name is a valid C++ name for the kind given in the context of the parent object. |
![]() | ValidateMemberName(String^, vsCMElement, vcCMNameValidationOption) |
Show:
