IVsWCFMetadataStorage.UnadviseWCFMetadataStorageEvents 方法
取消註冊的中繼資料存放區事件通知。
命名空間: Microsoft.VisualStudio.WCFReference.Interop
組件: Microsoft.VisualStudio.WCFReference.Interop (在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)
語法
'宣告
Sub UnadviseWCFMetadataStorageEvents ( _
dwCookie As UInteger _
)
void UnadviseWCFMetadataStorageEvents(
uint dwCookie
)
void UnadviseWCFMetadataStorageEvents(
[InAttribute] unsigned int dwCookie
)
abstract UnadviseWCFMetadataStorageEvents :
dwCookie:uint32 -> unit
function UnadviseWCFMetadataStorageEvents(
dwCookie : uint
)
參數
dwCookie
類型:UInt32語彙基元,表示要取消註冊。
備註
控制台中的語彙基元dwCookie傳回的AdviseWCFMetadataStorageEvents註冊啟動的時機。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。