VCFileCodeModel Methods

 

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

NameDescription
System_CAPS_pubmethodAbortTransaction()

Halts the current transaction.

System_CAPS_pubmethodAddAttribute(String^, String^, Object^)

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

System_CAPS_pubmethodAddClass(String^, Object^, Object^, Object^, vsCMAccess)

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

System_CAPS_pubmethodAddDelegate(String^, Object^, Object^, vsCMAccess)

Creates a new delegate 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_pubmethodAddIDLImport(String^, Object^)

Adds a new import statement to the .idl file of the VCFileCodeModel object.

System_CAPS_pubmethodAddIDLLibrary(String^, Object^)

Adds a new library statement to the .idl file of the VCFileCodeModel object.

System_CAPS_pubmethodAddImport(String^, Object^, String^)

Adds a #import element to the VCFileCodeModel object.

System_CAPS_pubmethodAddImport_2(String^, Object^, String^)

Adds a #import element to the VCFileCodeModel object.

System_CAPS_pubmethodAddInclude(String^, Object^)

Adds a #include element to the VCFileCodeModel object.

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

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

System_CAPS_pubmethodAddMacro(String^, String^, Object^)

Adds a #define element to the VCFileCodeModel object.

System_CAPS_pubmethodAddMap(String^, String^, Object^)

Adds a map to the object.

System_CAPS_pubmethodAddNamespace(String^, Object^)

Creates a new namespace 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 object.

System_CAPS_pubmethodAddUnion(String^, Object^, vsCMAccess)

Adds a union statement to the object.

System_CAPS_pubmethodAddUsing(String^, Object^)

Adds a #using element to the VCFileCodeModel object.

System_CAPS_pubmethodAddUsingAlias(String^, Object^, Object^, vsCMAccess)

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

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

System_CAPS_pubmethodBeginBatch()

Not currently implemented.

System_CAPS_pubmethodCodeElementFromFullName(String^)

Gets a collection of the specified code elements for the object.

System_CAPS_pubmethodCodeElementFromPoint(TextPoint^, vsCMElement)

Gets a code element at a specific location in a source file.

System_CAPS_pubmethodCommitTransaction()

Commits the current transaction for the object.

System_CAPS_pubmethodElementFromID(String^)

Not currently implemented.

System_CAPS_pubmethodEndBatch()

Not currently implemented.

System_CAPS_pubmethodRemove(Object^)

Removes the specified project from the solution.

System_CAPS_pubmethodRemoveEx(Object^, Int32)

Removes the specified project from the solution with an option to delete.

System_CAPS_pubmethodStartTransaction(String^)

Begins a transaction.

System_CAPS_pubmethodSynchronize()

Synchronizes all code model objects in the solution with edits made to source files.

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 parent object.

System_CAPS_pubmethodValidateMemberName(String^, vsCMElement, vcCMNameValidationOption)

Return to top
Show: