IVsFilterNewProjectDlg Interface
Visual Studio 2015
Provides filtering for items in the New Project dialog box. Implemented by components wanting to filter.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | FilterListItemByLocalizedName(String, Int32) | Filters items by localized name. |
![]() | FilterListItemByTemplateFile(String, Int32) | Filters list items by template file. |
![]() | FilterTreeItemByLocalizedName(String, Int32) | Filters tree items by localized name. |
![]() | FilterTreeItemByTemplateDir(String, Int32) | Filters tree items by template directory name. |
Register the implemented interface through the RegisterNewProjectDialogFilter method of the IVsRegisterNewDialogFilters interface, available through the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.
Show:
