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
'Declaración
<GuidAttribute("B10EC465-CEC8-41CD-A132-6C1A58F565FB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFilterNewProjectDlg
'Uso
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
[<GuidAttribute("B10EC465-CEC8-41CD-A132-6C1A58F565FB")>]
[<InterfaceTypeAttribute()>]
type IVsFilterNewProjectDlg = interface end
public interface IVsFilterNewProjectDlg
Remarks
Register the implemented interface through the RegisterNewProjectDialogFilter method of the IVsRegisterNewDialogFilters interface, available through the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.