IVsFilterNewProjectDlg Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides filtering for items in the New Project dialog box. Implemented by components wanting to filter.
public interface class IVsFilterNewProjectDlg
public interface class IVsFilterNewProjectDlg
__interface IVsFilterNewProjectDlg
[System.Runtime.InteropServices.Guid("B10EC465-CEC8-41CD-A132-6C1A58F565FB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFilterNewProjectDlg
[System.Runtime.InteropServices.Guid("B10EC465-CEC8-41CD-A132-6C1A58F565FB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFilterNewProjectDlg
[<System.Runtime.InteropServices.Guid("B10EC465-CEC8-41CD-A132-6C1A58F565FB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFilterNewProjectDlg = interface
[<System.Runtime.InteropServices.Guid("B10EC465-CEC8-41CD-A132-6C1A58F565FB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFilterNewProjectDlg = interface
Public Interface IVsFilterNewProjectDlg
- Attributes
Register the implemented interface through the RegisterNewProjectDialogFilter method of the IVsRegisterNewDialogFilters interface, available through the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.
Filter |
Filters items by localized name. |
Filter |
Filters list items by template file. |
Filter |
Filters tree items by localized name. |
Filter |
Filters tree items by template directory name. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |