IVsRegisterNewDialogFilters Interface
Installs custom filters for the AddNewProject or AddNewItem dialogs. You can get an instance of the interface from the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.
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("9455BDB5-2A5A-45F1-A558-72B88A78E6E3")> _
Public Interface IVsRegisterNewDialogFilters
'Utilisation
Dim instance As IVsRegisterNewDialogFilters
[InterfaceTypeAttribute()]
[GuidAttribute("9455BDB5-2A5A-45F1-A558-72B88A78E6E3")]
public interface IVsRegisterNewDialogFilters
[InterfaceTypeAttribute()]
[GuidAttribute(L"9455BDB5-2A5A-45F1-A558-72B88A78E6E3")]
public interface class IVsRegisterNewDialogFilters
public interface IVsRegisterNewDialogFilters
Remarks
A filter you add through this interface must implement either the IVsFilterAddProjectItemDlg interface, or the IVsFilterNewProjectDlg interface.