IVsUIDataSource.UnadvisePropertyChangeEvents(UInt32) Method

Definition

Stops receiving notifications when properties change.

public:
 int UnadvisePropertyChangeEvents(System::UInt32 cookie);
public:
 int UnadvisePropertyChangeEvents(unsigned int cookie);
int UnadvisePropertyChangeEvents(unsigned int cookie);
public int UnadvisePropertyChangeEvents (uint cookie);
abstract member UnadvisePropertyChangeEvents : uint32 -> int
Public Function UnadvisePropertyChangeEvents (cookie As UInteger) As Integer

Parameters

cookie
UInt32

[in] The ID returned by AdvisePropertyChangeEvents.

Returns

Returns S_OK if the sink was unregistered.

Applies to