DataMappedObject 類別

定義

表示 IVsDataMappedObject 介面的實作。

public ref class DataMappedObject abstract : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<bool>, Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::IVsDataMappedObject
public abstract class DataMappedObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<bool>, Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
type DataMappedObject = class
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
    interface IVsDataSiteableObject<bool>
Public MustInherit Class DataMappedObject
Implements IVsDataMappedObject, IVsDataSiteableObject(Of Boolean), IVsDataSiteableObject(Of IVsDataMappedObject)
繼承
DataMappedObject
實作

建構函式

DataMappedObject()

初始化 DataMappedObject 類別的新執行個體。

屬性

Identifier

取得可唯一識別目前泛型數據概念的標識符清單。

IsDeleted

取得值,指出是否刪除目前的泛型數據概念。

IsRefreshedObject

取得值,指出目前的泛型數據物件是否已重新整理,因此已更新資訊。

Name

取得泛型概念的名稱。

Properties

取得名稱/值組,其中包含與目前泛型概念相關聯的屬性名稱和值。

Selector

取得選取器對象,允許從資料物件擷取數據源特定的元數據支援 XML 檔案。

Type

取得型別名稱做為目前泛型概念的字串。

UnderlyingObject

取得目前泛型概念所包含的基礎物件。

方法

ComputeBaseObject()

計算基底物件。

GetProperty<T>(String)

擷取與目前泛型概念相關聯的指定屬性值。

GetProperty<T>(String, T)

擷取與目前泛型概念相關聯的指定屬性值。

ToString()

取得表示目前泛型概念的字串。

明確介面實作

IVsDataSiteableObject<Boolean>.Site

表示 IVsDataMappedObject 介面的實作。

IVsDataSiteableObject<IVsDataMappedObject>.Site

表示 IVsDataMappedObject 介面的實作。

適用於