IVsUIDataSource.UnadvisePropertyChangeEvents(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性更改时停止接收通知。
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 。
返回
如果接收器未注册,则返回 S_OK。