共用方式為


IVsWCFReferenceManager.AdviseWCFReferenceEvents 方法

註冊 Windows 通訊資格服務事件告知呼叫端。

命名空間:  Microsoft.VisualStudio.WCFReference.Interop
組件:  Microsoft.VisualStudio.WCFReference.Interop (在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

語法

'宣告
Sub AdviseWCFReferenceEvents ( _
    pSink As IVsWCFReferenceEvents, _
    <OutAttribute> ByRef pCookie As UInteger _
)
void AdviseWCFReferenceEvents(
    IVsWCFReferenceEvents pSink,
    out uint pCookie
)
void AdviseWCFReferenceEvents(
    [InAttribute] IVsWCFReferenceEvents^ pSink, 
    [OutAttribute] unsigned int% pCookie
)
abstract AdviseWCFReferenceEvents : 
        pSink:IVsWCFReferenceEvents * 
        pCookie:uint32 byref -> unit
function AdviseWCFReferenceEvents(
    pSink : IVsWCFReferenceEvents, 
    pCookie : uint
)

參數

  • pCookie
    類型:UInt32%

    語彙基元,表示已完成的註冊。

備註

若要取消事件通知,請呼叫UnadviseWCFReferenceEvents方法。

.NET Framework 安全性

請參閱

參考

IVsWCFReferenceManager 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間