IVsDataObject インターフェイス

データ オブジェクトを表します。

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

構文

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

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

プロパティ

  名前 説明
パブリック プロパティ Identifier 現在のデータ オブジェクトを識別する IVsDataObjectIdentifier のオブジェクトを取得します。
パブリック プロパティ IsDeleted データ オブジェクトを削除したかどうかを示す値を取得します。
パブリック プロパティ Name データ オブジェクトの名前を取得します。
パブリック プロパティ Properties このデータ オブジェクトのプロパティを含む IVsDataObjectPropertyDictionary のオブジェクトを取得します。
パブリック プロパティ Store オブジェクト ストア、データ ソースの特定のデータ オブジェクト。つまり、キャッシュを表す IVsDataObjectStore のオブジェクトを取得します。
パブリック プロパティ Type データ ソースのものであるデータ オブジェクトのサポート型を表す IVsDataObjectType のオブジェクトを取得します。

このページのトップへ

解説

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

参照

関連項目

Microsoft.VisualStudio.Data.Services 名前空間