IVsRegisterNewDialogFilters Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodRegisterAddNewItemDialogFilter(IVsFilterAddProjectItemDlg^, UInt32)

Registers a filter for the AddNewItem dialog.

System_CAPS_pubmethodRegisterNewProjectDialogFilter(IVsFilterNewProjectDlg^, UInt32)

Registers a new filter for the AddNewProject dialog.

System_CAPS_pubmethodUnregisterAddNewItemDialogFilter(UInt32)

Unregisters a filter for the AddNewItem dialog.

System_CAPS_pubmethodUnregisterNewProjectDialogFilter(UInt32)

Unregisters a filter for the AddNewProject dialog.

Return to top
Show: