IVsBuildPropertyStorage3.UnadviseEvents(UInt32) 方法

定义

取消订阅生成属性存储事件。

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

参数

dwCookie
UInt32

事件 cookie。

返回

Int32

此 HRESULT。

适用于