データ オブジェクトを表します。
名前空間: 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 サービスとして実装されます。
.gif)