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
)
參數
pSink
類型:Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceEvents提供通知的 WCF 服務參考事件的參考。
pCookie
類型:UInt32%語彙基元,表示已完成的註冊。
備註
若要取消事件通知,請呼叫UnadviseWCFReferenceEvents方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。