共用方式為


IVsWCFMetadataStorage.UnadviseWCFMetadataStorageEvents 方法

取消註冊的中繼資料存放區事件通知。

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

語法

'宣告
Sub UnadviseWCFMetadataStorageEvents ( _
    dwCookie As UInteger _
)
void UnadviseWCFMetadataStorageEvents(
    uint dwCookie
)
void UnadviseWCFMetadataStorageEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseWCFMetadataStorageEvents : 
        dwCookie:uint32 -> unit
function UnadviseWCFMetadataStorageEvents(
    dwCookie : uint
)

參數

  • dwCookie
    類型:UInt32

    語彙基元,表示要取消註冊。

備註

控制台中的語彙基元dwCookie傳回的AdviseWCFMetadataStorageEvents註冊啟動的時機。

.NET Framework 安全性

請參閱

參考

IVsWCFMetadataStorage 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間