ConnectionItems Klasa

Definicja

Elementy skojarzone z danym połączeniem.

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
Public Class ConnectionItems
Implements ICollection(Of KeyValuePair(Of Object, Object)), IDictionary(Of Object, Object), IEnumerable(Of KeyValuePair(Of Object, Object))
Dziedziczenie
ConnectionItems
Implementuje

Konstruktory

ConnectionItems()

Inicjuje nowe wystąpienie klasy ConnectionItems.

ConnectionItems(IDictionary<Object,Object>)

Inicjuje nowe wystąpienie klasy ConnectionItems za pomocą polecenia items.

Właściwości

Items

Pobiera lub ustawia elementy dla połączenia.

Jawne implementacje interfejsu

ICollection<KeyValuePair<Object,Object>>.Add(KeyValuePair<Object,Object>)

Elementy skojarzone z danym połączeniem.

ICollection<KeyValuePair<Object,Object>>.Clear()

Elementy skojarzone z danym połączeniem.

ICollection<KeyValuePair<Object,Object>>.Contains(KeyValuePair<Object,Object>)

Elementy skojarzone z danym połączeniem.

ICollection<KeyValuePair<Object,Object>>.CopyTo(KeyValuePair<Object,Object>[], Int32)

Elementy skojarzone z danym połączeniem.

ICollection<KeyValuePair<Object,Object>>.Count

Elementy skojarzone z danym połączeniem.

ICollection<KeyValuePair<Object,Object>>.IsReadOnly

Elementy skojarzone z danym połączeniem.

ICollection<KeyValuePair<Object,Object>>.Remove(KeyValuePair<Object,Object>)

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.Add(Object, Object)

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.ContainsKey(Object)

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.Item[Object]

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.Keys

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.Remove(Object)

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.TryGetValue(Object, Object)

Elementy skojarzone z danym połączeniem.

IDictionary<Object,Object>.Values

Elementy skojarzone z danym połączeniem.

IEnumerable.GetEnumerator()

Elementy skojarzone z danym połączeniem.

IEnumerable<KeyValuePair<Object,Object>>.GetEnumerator()

Elementy skojarzone z danym połączeniem.

Dotyczy