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.
Provides filtering for items in the New Project dialog box. Implemented by components wanting to filter.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("B10EC465-CEC8-41CD-A132-6C1A58F565FB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFilterNewProjectDlg
'Usage
Dim instance As IVsFilterNewProjectDlg
[GuidAttribute("B10EC465-CEC8-41CD-A132-6C1A58F565FB")]
[InterfaceTypeAttribute()]
public interface IVsFilterNewProjectDlg
[GuidAttribute(L"B10EC465-CEC8-41CD-A132-6C1A58F565FB")]
[InterfaceTypeAttribute()]
public interface class IVsFilterNewProjectDlg
public interface IVsFilterNewProjectDlg
Remarks
Register the implemented interface through the RegisterNewProjectDialogFilter method of the IVsRegisterNewDialogFilters interface, available through the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.