IVsWCFMetadataStorageEvents 接口

定义

为 Windows Communication Foundation (WCF) 元数据存储事件提供接口。

public interface class IVsWCFMetadataStorageEvents
public interface class IVsWCFMetadataStorageEvents
__interface IVsWCFMetadataStorageEvents
[System.Runtime.InteropServices.Guid("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWCFMetadataStorageEvents
[<System.Runtime.InteropServices.Guid("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWCFMetadataStorageEvents = interface
Public Interface IVsWCFMetadataStorageEvents
属性

注解

当在外部更改存储中的文件时,项目系统会引发这些事件。

若要接收 WCF 元数据存储事件通知,请调用 AdviseWCFMetadataStorageEvents 接口的方法 IVsWCFMetadataStorage

方法

OnMapFileUpdated()

升级 .svcmap 文件后引发事件。

OnMetadataFileAdded(String)

添加新的元数据文件后引发事件。

OnMetadataFileDeleted(String)

删除元数据文件后引发事件。

OnMetadataFileRenamed(String, String)

重命名元数据文件后引发事件。

OnMetadataFileUpdated(String)

在元数据文件更新后引发事件。

适用于