This topic has not yet been rated - Rate this topic

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)

[GuidAttribute("9455BDB5-2A5A-45F1-A558-72B88A78E6E3")] 
[InterfaceTypeAttribute(1)] 
public interface IVsRegisterNewDialogFilters
/** @attribute GuidAttribute("9455BDB5-2A5A-45F1-A558-72B88A78E6E3") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsRegisterNewDialogFilters
GuidAttribute("9455BDB5-2A5A-45F1-A558-72B88A78E6E3") 
InterfaceTypeAttribute(1) 
public interface IVsRegisterNewDialogFilters

A filter you add through this interface must implement either the IVsFilterAddProjectItemDlg interface, or the IVsFilterNewProjectDlg interface.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ