Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Installs custom filters for the AddNewProject or AddNewItem dialogs. You can get an instance of the interface from the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.
The IVsRegisterNewDialogFilters type exposes the following members.
Methods
Name
Description
.gif)
RegisterAddNewItemDialogFilter
Registers a filter for the AddNewItem dialog.
.gif)
RegisterNewProjectDialogFilter
Registers a new filter for the AddNewProject dialog.
.gif)
UnregisterAddNewItemDialogFilter
Unregisters a filter for the AddNewItem dialog.
.gif)
UnregisterNewProjectDialogFilter
Unregisters a filter for the AddNewProject dialog.
Top