IVsUIDataSource::UnadvisePropertyChangeEvents Method (UInt32)

 

Stops receiving notifications when properties change.

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

int UnadvisePropertyChangeEvents(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

[in] The ID returned by AdvisePropertyChangeEvents.

Return Value

Type: System::Int32

Returns S_OK if the sink was unregistered.

Return to top
Show: