IVsUIDataSource.UnadvisePropertyChangeEvents(UInt32) 方法

定义

属性更改时停止接收通知。

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

参数

cookie
UInt32

中返回的 ID AdvisePropertyChangeEvents

返回

Int32

如果接收器未注册,则返回 S_OK。

适用于