データ オブジェクトのプロパティを表します。
名前空間: Microsoft.VisualStudio.Data.Services
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
Public Interface IVsDataObjectPropertyDictionary _
Inherits IDictionary(Of String, Object), ICollection(Of KeyValuePair(Of String, Object)), _
IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable
public interface IVsDataObjectPropertyDictionary : IDictionary<string, Object>,
ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IEnumerable
public interface class IVsDataObjectPropertyDictionary : IDictionary<String^, Object^>,
ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IEnumerable
type IVsDataObjectPropertyDictionary =
interface
interface IDictionary<string, Object>
interface ICollection<KeyValuePair<string, Object>>
interface IEnumerable<KeyValuePair<string, Object>>
interface IEnumerable
end
public interface IVsDataObjectPropertyDictionary extends IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
IVsDataObjectPropertyDictionary 型で公開されるメンバーは以下のとおりです。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Count | ICollection<T> に格納されている要素の数を取得します。 (ICollection<KeyValuePair<String, Object>> から継承されます。) |
![]() |
IsReadOnly | ICollection<T> が読み取り専用かどうかを示す値を取得します。 (ICollection<KeyValuePair<String, Object>> から継承されます。) |
![]() |
Item | 指定したキーを持つ要素を取得または設定します。 (IDictionary<String, Object> から継承されます。) |
![]() |
Keys | IDictionary<TKey, TValue> のキーを保持している ICollection<T> を取得します。 (IDictionary<String, Object> から継承されます。) |
![]() |
Values | IDictionary<TKey, TValue> 内の値を格納している ICollection<T> を取得します。 (IDictionary<String, Object> から継承されます。) |
このページのトップへ
メソッド
このページのトップへ
解説
このインターフェイスは DDEX サービスとして実装されます。
.gif)
.gif)