IVsDataMappedObject 介面

定義

表示對應的物件。

public interface class IVsDataMappedObject : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>
public interface IVsDataMappedObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>
type IVsDataMappedObject = interface
    interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataMappedObject
Implements IVsDataSiteableObject(Of IVsDataMappedObject)
衍生
實作

屬性

Identifier

取得可唯一識別目前泛型對應類型的標識碼元件清單。

IsDeleted

取得值,指出是否刪除目前的泛型對應型別。

Name

取得泛型對應型別的名稱。

Properties

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

Selector

取得選取器對象,這個物件可讓您從數據物件擷取數據源特定的元數據支援 XML 檔案。

Site

取得或設定月臺。

(繼承來源 IVsDataSiteableObject<T>)
Type

取得型別名稱做為目前泛型對應型別的字串。

UnderlyingObject

取得目前泛型對應型別所包含的基礎物件。

適用於