IVsDataObjectChangeEvents 介面
表示已引發的一組事件,當資料物件加入至時,變更或從資料來源刪除。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Public Interface IVsDataObjectChangeEvents
public interface IVsDataObjectChangeEvents
public interface class IVsDataObjectChangeEvents
type IVsDataObjectChangeEvents = interface end
public interface IVsDataObjectChangeEvents
IVsDataObjectChangeEvents 類型會公開下列成員。
事件
名稱 | 描述 | |
---|---|---|
![]() |
EventGroupEnded | 表示事件群組結束時,就會發生。 |
![]() |
EventGroupStarted | 表示事件群組開始時,就會發生。 |
![]() |
ObjectAdded | 當資料物件加入,就會發生。 |
![]() |
ObjectChanged | 當變更時,會發生資料物件。 |
![]() |
ObjectDeleted | 當資料物件刪除時,就會發生。 |
回頁首
備註
這個介面會實作為內建 DDEX 服務。