IVsWCFMetadataStorageProviderEvents 接口

为 windows communication foundation (WCF) 元数据存储提供程序事件的接口。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")> _
Public Interface IVsWCFMetadataStorageProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")]
public interface IVsWCFMetadataStorageProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")]
public interface class IVsWCFMetadataStorageProviderEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")>]
type IVsWCFMetadataStorageProviderEvents =  interface end
public interface IVsWCFMetadataStorageProviderEvents

IVsWCFMetadataStorageProviderEvents 类型公开以下成员。

方法

  名称 说明
公共方法 OnAdded ,在新文件或文件夹添加之后,引发事件。
公共方法 OnMoved ,当文件或文件夹移至 admintools 时,将引发事件。
公共方法 OnRemoved ,在移除时,引发事件文件或文件夹。
公共方法 OnRemoving ,在移除之前,引发事件文件或文件夹。
公共方法 OnRenamed ,当文件或文件夹重命名时,将引发事件。

页首

备注

,当有任何更改与 WCF 元数据存储的物理文件夹或文件相关时,这些事件由项目系统引发。

请参阅

参考

Microsoft.VisualStudio.WCFReference.Interop 命名空间