Share via


IVsFilterNewProjectDlg Interface

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

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B10EC465-CEC8-41CD-A132-6C1A58F565FB")> _
Public Interface IVsFilterNewProjectDlg
'Utilisation
Dim instance As IVsFilterNewProjectDlg
[InterfaceTypeAttribute()]
[GuidAttribute("B10EC465-CEC8-41CD-A132-6C1A58F565FB")]
public interface IVsFilterNewProjectDlg
[InterfaceTypeAttribute()]
[GuidAttribute(L"B10EC465-CEC8-41CD-A132-6C1A58F565FB")]
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.

See Also

Reference

IVsFilterNewProjectDlg Members

Microsoft.VisualStudio.Shell.Interop Namespace