IVsDataObject 介面
表示資料物件。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Public Interface IVsDataObject
public interface IVsDataObject
public interface class IVsDataObject
type IVsDataObject = interface end
public interface IVsDataObject
IVsDataObject 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Identifier | 取得識別目前資料物件的 IVsDataObjectIdentifier 物件。 |
![]() |
IsDeleted | 取得指出資料物件是否支援刪除。 |
![]() |
Name | 取得資料物件的名稱。 |
![]() |
Properties | 取得包含這個資料物件中的屬性 IVsDataObjectPropertyDictionary 物件。 |
![]() |
Store | 取得表示物件存放區,也就是說,建立快取的物件 IVsDataObjectStore 特定資料來源的資料物件。 |
![]() |
Type | 取得表示是資料來源特定的資料物件支援型別的 IVsDataObjectType 物件。 |
回頁首
備註
這個介面會實作為內建 DDEX 服務。