Include Protected Members
Include Inherited Members
Provides the ability add or open a project item with a specific editor and to transfer an item to another project, in addition to the methods in the IVsProject2 interface.
The IVsProject3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddItem | Creates new items in a project, adds existing files to a project, or causes Add Item wizards to be run. (Inherited from IVsProject2.) | 
| .gif) | AddItemWithSpecific | Adds an item using a specific editor. | 
| .gif) | GenerateUniqueItemName | Generates a unique document name for a given item. (Inherited from IVsProject2.) | 
| .gif) | GetItemContext | Returns the context of an item. (Inherited from IVsProject2.) | 
| .gif) | GetMkDocument | Returns a document moniker. (Inherited from IVsProject2.) | 
| .gif) | IsDocumentInProject | Determines whether a document is in the project. (Inherited from IVsProject2.) | 
| .gif) | OpenItem | Opens an item in the project. (Inherited from IVsProject2.) | 
| .gif) | OpenItemWithSpecific | Opens an item using a specific editor. | 
| .gif) | RemoveItem | Removes an item from the project. (Inherited from IVsProject2.) | 
| .gif) | ReopenItem | Reopens an item in the project. (Inherited from IVsProject2.) | 
| .gif) | TransferItem | Transfers an item from one project to another. The project that presently owns the item to be transferred calls this method on the project intending to receive the transferred item. | 
Top