IVsUIDataSourcePropertyChangeEvents::Disconnect Method (IVsUISimpleDataSource^)

 

Stop receiving change information.

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

int Disconnect(
	IVsUISimpleDataSource^ pSource
)

Parameters

pSource
Type: Microsoft.VisualStudio.Shell.Interop::IVsUISimpleDataSource^

[in] The source to disconnect from.

Return Value

Type: System::Int32

Returns S_OK if the source was disconnected.

Return to top
Show: