IVsWCFMetadataStorage.UnadviseWCFMetadataStorageEvents(UInt32) 方法

定义

取消注册元数据存储事件通知。

public:
 void UnadviseWCFMetadataStorageEvents(System::UInt32 dwCookie);
public:
 void UnadviseWCFMetadataStorageEvents(unsigned int dwCookie);
void UnadviseWCFMetadataStorageEvents(unsigned int dwCookie);
public void UnadviseWCFMetadataStorageEvents (uint dwCookie);
abstract member UnadviseWCFMetadataStorageEvents : uint32 -> unit
Public Sub UnadviseWCFMetadataStorageEvents (dwCookie As UInteger)

参数

dwCookie
UInt32

表示要取消的注册的标记。

注解

dwCookie启动注册时,将返回中指定的令牌 AdviseWCFMetadataStorageEvents

适用于