IVsAddProjectItemDlg2 Members
Include Protected Members
Include Inherited Members
Provides access to the environment's Add Project Item dialog box for the purpose of adding new items to the project.
The IVsAddProjectItemDlg2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddExistingProjectItems | Adds existing project items. | |
AddNewProjectItem | Adds a new project item. | |
AddProjectItemDlg | Displays the Add Item dialog box on behalf of the calling project. (Inherited from IVsAddProjectItemDlg.) | |
AddProjectItemDlg(UInt32, Guid%, IVsProject, UInt32, String, String, String%, String%, Int32%) | Displays the Add Item dialog box on behalf of the calling project. | |
AddProjectItemDlgTitled | Allows adding or changing a caption on the Add Project Item dialog box. | |
AddProjectItemDlgTitledEx | Provides additional functionality to the AddProjectItemDlgTitled method such as treeview, help, and default directory selection and expansion. |
Top