IVsToolbox2::UnregisterDataProvider Method (UInt32)

 

Unregisters the specified data provider.

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

int UnregisterDataProvider(
	unsigned int dwProvider
)

Parameters

dwProvider
Type: System::UInt32

[in] Cookie identifying the data provider to unregister.

Return Value

Type: System::Int32

If 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.

Return to top
Show: