IVsUIDataSource.UnadvisePropertyChangeEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.