IVsRegisterNewDialogFilters Interface
Visual Studio 2015
Installs custom filters for the Add New Project or Add New Item dialogs. You can get an instance of the interface from the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterAddNewItemDialogFilter(IVsFilterAddProjectItemDlg, UInt32) | Registers a filter for the AddNewItem dialog. |
![]() | RegisterNewProjectDialogFilter(IVsFilterNewProjectDlg, UInt32) | Registers a new filter for the AddNewProject dialog. |
![]() | UnregisterAddNewItemDialogFilter(UInt32) | Unregisters a filter for the AddNewItem dialog. |
![]() | UnregisterNewProjectDialogFilter(UInt32) | Unregisters a filter for the AddNewProject dialog. |
A filter you add through this interface must implement either the IVsFilterAddProjectItemDlg interface, or the IVsFilterNewProjectDlg interface.
Show:
