IVsToolbox2::UnregisterDataProvider Method (UInt32)
Visual Studio 2015
Unregisters the specified data provider.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwProvider
-
Type:
System::UInt32
[in] Cookie identifying the data provider to unregister.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsToolbox2::UnregisterDataProvider(
[in]VSCOOKIE dwProvider
);
The value of dwProvider is the value returned in a call to RegisterDataProvider.
Show: