IVsDataExecutableObject 介面

定義

表示使用零個或多個參數執行程式代碼的對應物件。

public interface class IVsDataExecutableObject : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::IVsDataMappedObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObject", AvailableRestrictions="Catalog, Schema, Name", ClassId="77C65D96-63B8-449e-B413-D37680C9F990", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataExecutableObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObject", AvailableRestrictions="Catalog, Schema, Name", ClassId="77C65D96-63B8-449e-B413-D37680C9F990", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataExecutableObject = interface
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataExecutableObject
Implements IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
衍生
屬性
實作

屬性

Catalog

取得與這個可執行數據對象相關聯的目錄。

Identifier

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

(繼承來源 IVsDataMappedObject)
IsDeleted

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

(繼承來源 IVsDataMappedObject)
IsSystemObject

取得值,指出這個可執行的數據物件是否為系統物件。

Name

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

(繼承來源 IVsDataMappedObject)
Parameters

取得這個可執行數據對象的參數。

Properties

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

(繼承來源 IVsDataMappedObject)
Schema

取得這個可執行數據對象的架構。

Selector

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

(繼承來源 IVsDataMappedObject)
Site

取得或設定月臺。

(繼承來源 IVsDataSiteableObject<T>)
Type

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

(繼承來源 IVsDataMappedObject)
UnderlyingObject

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

(繼承來源 IVsDataMappedObject)

適用於