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.) | |
GenerateUniqueItemName | Generates a unique document name for a given item. (Inherited from IVsProject.) | |
GetItemContext | Returns the context of an item. (Inherited from IVsProject.) | |
GetMkDocument | Returns a document moniker. (Inherited from IVsProject.) | |
IsDocumentInProject | Determines whether a document is in the project. (Inherited from IVsProject.) | |
OpenItem | Opens an item in the project. (Inherited from IVsProject.) | |
RemoveItem | Removes an item from the project. | |
ReopenItem | Reopens an item in the project. |
Top