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