IVsProject Members
Include Protected Members
Include Inherited Members
Manages items, or documents, within a project.
The IVsProject 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. | |
GenerateUniqueItemName | Generates a unique document name for a given item. | |
GetItemContext | Returns the context of an item. | |
GetMkDocument | Returns a document moniker. | |
IsDocumentInProject | Determines whether a document is in the project. | |
OpenItem | Opens an item in the project. |
Top