IVsDataMappedObjectType 介面
表示資料物件支援對應的型別,也就是,從基礎資料來源特定型別轉換的泛型型別。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Public Interface IVsDataMappedObjectType
public interface IVsDataMappedObjectType
public interface class IVsDataMappedObjectType
type IVsDataMappedObjectType = interface end
public interface IVsDataMappedObjectType
IVsDataMappedObjectType 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Name | 取得目前對應之型別的名稱。 |
![]() |
UnderlyingTypes | 取得資料對應至對應之型別的來源特定基礎型別。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
GetIdentifier | 傳回這個對應型別的識別項做為識別組件的集合。 |
![]() |
GetProperties | 傳回這個對應的型別屬性。 |
![]() |
GetSelection | 傳回代表選取 XML 標記的內容。 IVsDataMappedObjectSelection 物件具有對應的型別對應。 |
回頁首
備註
這個介面會實作為內建 DDEX 服務。