IVsDataObjectService インターフェイス

データ オブジェクトのサポート型のサービスを表します。

名前空間:  Microsoft.VisualStudio.Data.Services
アセンブリ:  Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)

構文

'宣言
Public Interface IVsDataObjectService
public interface IVsDataObjectService
public interface class IVsDataObjectService
type IVsDataObjectService =  interface end
public interface IVsDataObjectService

IVsDataObjectService 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ ImplementationType IVsDataObjectSelector のサポートのエンティティを実装する Type としてクラスを取得します。プロバイダーはこの実装を提供します。
パブリック プロパティ TypeName 型の名前をデータ オブジェクト サービスの現在のインスタンスに関連付けられているを取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド GetParameters 指定したメソッドのパラメーターを返します。

このページのトップへ

解説

このインターフェイスは DDEX サービスとして実装されます。

参照

関連項目

Microsoft.VisualStudio.Data.Services 名前空間