共用方式為


IVsDataMappedObject 介面

表示已知概念提供泛型設計工具使用。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Public Interface IVsDataMappedObject _
    Inherits IVsDataSiteableObject(Of IVsDataMappedObject)
public interface IVsDataMappedObject : IVsDataSiteableObject<IVsDataMappedObject>
public interface class IVsDataMappedObject : IVsDataSiteableObject<IVsDataMappedObject^>
type IVsDataMappedObject =  
    interface 
        interface IVsDataSiteableObject<IVsDataMappedObject>
    end
public interface IVsDataMappedObject extends IVsDataSiteableObject<IVsDataMappedObject>

IVsDataMappedObject 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Identifier 取得可唯一識別目前的泛型對應型別的識別組件。
公用屬性 IsDeleted 取得指出目前泛型對應型別是否已刪除。
公用屬性 Name 取得這個泛型對應之型別的名稱。
公用屬性 Properties 取得包含屬性名稱和值的名稱/值組與目前泛型對應的類型。
公用屬性 Selector 取得已啟用特定資料來源的中繼資料 (從擷取資料物件支援 XML 檔案中所選取的物件。
公用屬性 Site 取得或設定站台。 (繼承自 IVsDataSiteableObject<T>)。
公用屬性 Type 取得這個型別的名稱,則會將目前的泛型對應型別的字串。
公用屬性 UnderlyingObject 取得這個目前的泛型對應型別所包含的基礎物件。

回頁首

備註

這個介面會實作為內建 DDEX 服務。

請參閱

參考

Microsoft.VisualStudio.Data.Services 命名空間