IVsAddProjectItemDlg2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddExistingProjectItems(UInt32, Guid, IVsProject^, UInt32, Guid, String^, Guid, UInt32, array<String^>^) | Adds existing project items. |
![]() | AddNewProjectItem(UInt32, Guid, IVsProject^, UInt32, Guid, String^, Guid, String^, String^) | Adds a new project item. |
![]() | AddProjectItemDlg(UInt32, Guid, IVsProject^, UInt32, String^, String^, String^, String^, Int32) | Displays the Add Item dialog box on behalf of the calling project. |
![]() | AddProjectItemDlgTitled(UInt32, Guid, IVsProject^, UInt32, String^, String^, String^, String^, String^, Int32) | Allows adding or changing a caption on the Add Project Item dialog box. |
![]() | AddProjectItemDlgTitledEx(UInt32, Guid, IVsProject^, UInt32, String^, String^, String^, String^, String^, String^, String^, Int32) | Provides additional functionality to the AddProjectItemDlgTitled method such as treeview, help, and default directory selection and expansion. |
Show:
