IVsRegisterNewDialogFilters.UnregisterAddNewItemDialogFilter(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unregisters a filter for the AddNewItem dialog.
public:
int UnregisterAddNewItemDialogFilter(System::UInt32 dwFilterCookie);
public:
int UnregisterAddNewItemDialogFilter(unsigned int dwFilterCookie);
int UnregisterAddNewItemDialogFilter(unsigned int dwFilterCookie);
public int UnregisterAddNewItemDialogFilter (uint dwFilterCookie);
abstract member UnregisterAddNewItemDialogFilter : uint32 -> int
Public Function UnregisterAddNewItemDialogFilter (dwFilterCookie As UInteger) As Integer
Parameters
- dwFilterCookie
- UInt32
[in] Pointer to an integer containing a VSCOOKIE uniquely identifying the filter. From the RegisterAddNewItemDialogFilter(IVsFilterAddProjectItemDlg, UInt32) method call.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.