共用方式為


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 安全性

請參閱

參考

IVsWCFReferenceManager 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間