ConnectionItems クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の接続に関連付けられている項目。
public ref class ConnectionItems : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>
public class ConnectionItems : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,object>>, System.Collections.Generic.IDictionary<object,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>>
type ConnectionItems = class
interface IDictionary<obj, obj>
interface ICollection<KeyValuePair<obj, obj>>
interface seq<KeyValuePair<obj, obj>>
interface IEnumerable
type ConnectionItems = class
interface ICollection<KeyValuePair<obj, obj>>
interface seq<KeyValuePair<obj, obj>>
interface IEnumerable
interface IDictionary<obj, obj>
Public Class ConnectionItems
Implements ICollection(Of KeyValuePair(Of Object, Object)), IDictionary(Of Object, Object), IEnumerable(Of KeyValuePair(Of Object, Object))
- 継承
-
ConnectionItems
- 実装
-
ICollection<KeyValuePair<Object,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<Object,Object> IEnumerable<KeyValuePair<Object,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
コンストラクター
ConnectionItems() |
ConnectionItems の新しいインスタンスを初期化します。 |
ConnectionItems(IDictionary<Object,Object>) |
を使用して の ConnectionItems 新しいインスタンスを |
プロパティ
Items |
接続の項目を取得または設定します。 |