VCFileCodeModel Methods
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
| Name | Description | |
|---|---|---|
![]() | AbortTransaction() | Halts the current transaction. |
![]() | AddAttribute(String^, String^, Object^) | Creates a new attribute code construct and inserts the code in the correct location. |
![]() | 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. |
![]() | AddIDLImport(String^, Object^) | Adds a new import statement to the .idl file of the VCFileCodeModel object. |
![]() | AddIDLLibrary(String^, Object^) | Adds a new library statement to the .idl file of the VCFileCodeModel object. |
![]() | AddImport(String^, Object^, String^) | Adds a #import element to the VCFileCodeModel object. |
![]() | AddImport_2(String^, Object^, String^) | Adds a #import element to the VCFileCodeModel object. |
![]() | AddInclude(String^, Object^) | Adds a #include element to the VCFileCodeModel object. |
![]() | AddInterface(String^, Object^, Object^, vsCMAccess) | Creates a new interface code construct and inserts the code in the correct location. |
![]() | AddMacro(String^, String^, Object^) | Adds a #define element to the VCFileCodeModel object. |
![]() | 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. |
![]() | AddUsing(String^, Object^) | Adds a #using element to the VCFileCodeModel 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. |
![]() | BeginBatch() | Not currently implemented. |
![]() | CodeElementFromFullName(String^) | Gets a collection of the specified code elements for the object. |
![]() | CodeElementFromPoint(TextPoint^, vsCMElement) | Gets a code element at a specific location in a source file. |
![]() | CommitTransaction() | Commits the current transaction for the object. |
![]() | ElementFromID(String^) | Not currently implemented. |
![]() | EndBatch() | Not currently implemented. |
![]() | Remove(Object^) | Removes the specified project from the solution. |
![]() | RemoveEx(Object^, Int32) | Removes the specified project from the solution with an option to delete. |
![]() | StartTransaction(String^) | Begins a transaction. |
![]() | Synchronize() | Synchronizes all code model objects in the solution with edits made to source files. |
![]() | 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) |
