IVsWCFMetadataStorageProviderEvents 介面
提供 Windows 通訊資格中繼資料存放區提供者事件介面。
命名空間: 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 | 引發事件時移動檔案或資料夾。 | |
OnRemoved | 引發事件時移除檔案或資料夾。 | |
OnRemoving | 引發事件之前會移除檔案或資料夾。 | |
OnRenamed | 引發事件時已經重新命名檔案或資料夾。 |
回頁首
備註
實體資料夾或檔案的 WCF 中繼資料存放區相關的任何變更時,專案系統會引發這些事件。