IVsProject Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | 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(UInt32, String^, String^, String^) | Generates a unique document name for a given item. |
![]() | GetItemContext(UInt32, IServiceProvider^) | Returns the context of an item. |
![]() | GetMkDocument(UInt32, String^) | Returns a document moniker. |
![]() | IsDocumentInProject(String^, Int32, array<VSDOCUMENTPRIORITY>^, UInt32) | Determines whether a document is in the project. |
![]() | OpenItem(UInt32, Guid, IntPtr, IVsWindowFrame^) | Opens an item in the project. |
Show:
