IVsRegisterNewDialogFilters.UnregisterNewProjectDialogFilter(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 AddNewProject dialog.
public:
int UnregisterNewProjectDialogFilter(System::UInt32 dwFilterCookie);
public:
int UnregisterNewProjectDialogFilter(unsigned int dwFilterCookie);
int UnregisterNewProjectDialogFilter(unsigned int dwFilterCookie);
public int UnregisterNewProjectDialogFilter (uint dwFilterCookie);
abstract member UnregisterNewProjectDialogFilter : uint32 -> int
Public Function UnregisterNewProjectDialogFilter (dwFilterCookie As UInteger) As Integer
Parameters
- dwFilterCookie
- UInt32
[in] Pointer to an integer containing a VSCOOKIE uniquely identifying the filter. From the RegisterNewProjectDialogFilter(IVsFilterNewProjectDlg, UInt32) method call.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.