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