共用方式為


IVsWCFMetadataStorage.AdviseWCFMetadataStorageEvents 方法

註冊中繼資料存放區事件通知呼叫的端。

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

語法

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

參數

  • pdwCookie
    類型:UInt32%

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

備註

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

.NET Framework 安全性

請參閱

參考

IVsWCFMetadataStorage 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間