IVsProject4 Members
Include Protected Members
Include Inherited Members
The IVsProject4 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 IVsProject3.) |
![]() |
AddItemWithSpecific | Adds an item using a specific editor. (Inherited from IVsProject3.) |
![]() |
ContainsFileEndingWith | |
![]() |
ContainsFileWithItemType | |
![]() |
GenerateUniqueItemName | Generates a unique document name for a given item. (Inherited from IVsProject3.) |
![]() |
GetFilesEndingWith | |
![]() |
GetFilesWithItemType | |
![]() |
GetItemContext | Returns the context of an item. (Inherited from IVsProject3.) |
![]() |
GetMkDocument | Returns a document moniker. (Inherited from IVsProject3.) |
![]() |
IsDocumentInProject | Determines whether a document is in the project. (Inherited from IVsProject3.) |
![]() |
OpenItem | Opens an item in the project. (Inherited from IVsProject3.) |
![]() |
OpenItemWithSpecific | Opens an item using a specific editor. (Inherited from IVsProject3.) |
![]() |
RemoveItem | Removes an item from the project. (Inherited from IVsProject3.) |
![]() |
ReopenItem | Reopens an item in the project. (Inherited from IVsProject3.) |
![]() |
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. (Inherited from IVsProject3.) |
Top