VCCodeIDLLibrary Methods

 

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

NameDescription
System_CAPS_pubmethodAddAttribute(String^, String^, Object^)

Creates a new attribute code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddEnum(String^, Object^, Object^, vsCMAccess)

Creates a new enumeration code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddFunction(String^, vsCMFunction, Object^, Object^, vsCMAccess)

Creates a new function code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddIDLCoClass(String^, Object^)

Adds a new CoClass statement to the .idl file of the object.

System_CAPS_pubmethodAddIDLImportLib(String^, Object^)

Adds a new importlib statement to the .idl file of the object.

System_CAPS_pubmethodAddInterface(String^, Object^, Object^, vsCMAccess)

Creates a new interface code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddStruct(String^, Object^, Object^, Object^, vsCMAccess)

Creates a new structure code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddTypedef(String^, Object^, Object^, vsCMAccess)

Adds a typedef statement to the parent object.

System_CAPS_pubmethodAddUnion(String^, Object^, vsCMAccess)

Adds a union statement to the object.

System_CAPS_pubmethodAddVariable(String^, Object^, Object^, vsCMAccess)

Creates a new variable code construct and inserts the code in the correct location.

System_CAPS_pubmethodGetEndPoint(vsCMPart)

Gets a TextPoint object that marks the end of the code element definition.

System_CAPS_pubmethodGetStartPoint(vsCMPart)

Gets a TextPoint object that defines the beginning of the code element definition.

System_CAPS_pubmethodIsSelf(Object^)

Determines if the specified code element is the same as another code element.

System_CAPS_pubmethodValidateMember(String^, vsCMElement, String^)

Validates that the proposed name is a valid C++ name for the kind given in the context of the object.

System_CAPS_pubmethodValidateMemberName(String^, vsCMElement, vcCMNameValidationOption)

Return to top
Show: