IVsProject2 Members
Include Protected Members
Include Inherited Members
Provides the ability to remove and reopen items in a project, in addition to the methods in the IVsProject interface.
The IVsProject2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddItem | Creates new items in a project, adds existing files to a project, or causes Add Item wizards to be run. (Inherited from IVsProject.) | |
AddItem(UInt32, VSADDITEMOPERATION, String, UInt32, array<String[], IntPtr, array<VSADDRESULT[]) | Creates new items in a project, adds existing files to a project, or causes Add Item wizards to be run. | |
GenerateUniqueItemName | Generates a unique document name for a given item. (Inherited from IVsProject.) | |
GenerateUniqueItemName(UInt32, String, String, String%) | Generates a unique document name for a given item. | |
GetItemContext | Returns the context of an item. (Inherited from IVsProject.) | |
GetItemContext(UInt32, IServiceProvider%) | Returns the context of an item. | |
GetMkDocument | Returns a document moniker. (Inherited from IVsProject.) | |
GetMkDocument(UInt32, String%) | Returns a document moniker. | |
IsDocumentInProject | Determines whether a document is in the project. (Inherited from IVsProject.) | |
IsDocumentInProject(String, Int32%, array<VSDOCUMENTPRIORITY[], UInt32%) | Determines whether a document is in the project. | |
OpenItem | Opens an item in the project. (Inherited from IVsProject.) | |
OpenItem(UInt32, Guid%, IntPtr, IVsWindowFrame%) | Opens an item in the project. | |
RemoveItem | Removes an item from the project. | |
ReopenItem | Reopens an item in the project. |
Top