ConnectionItems Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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))
- Dziedziczenie
-
ConnectionItems
- Implementuje
-
ICollection<KeyValuePair<Object,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<Object,Object> IEnumerable<KeyValuePair<Object,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
Konstruktory
ConnectionItems() |
Inicjuje nowe wystąpienie klasy ConnectionItems. |
ConnectionItems(IDictionary<Object,Object>) |
Inicjuje nowe wystąpienie klasy ConnectionItems za pomocą polecenia |
Właściwości
Items |
Pobiera lub ustawia elementy dla połączenia. |