IVsRegisterNewDialogFilters Members

Include Protected Members
Include Inherited Members

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.

The IVsRegisterNewDialogFilters type exposes the following members.

Methods

  Name Description
Public method RegisterAddNewItemDialogFilter Registers a filter for the AddNewItem dialog.
Public method RegisterNewProjectDialogFilter Registers a new filter for the AddNewProject dialog.
Public method UnregisterAddNewItemDialogFilter Unregisters a filter for the AddNewItem dialog.
Public method UnregisterNewProjectDialogFilter Unregisters a filter for the AddNewProject dialog.

Top

See Also

Reference

IVsRegisterNewDialogFilters Interface

Microsoft.VisualStudio.Shell.Interop Namespace