ConnectionItems Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The items associated with a given connection.
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))
- Inheritance
-
ConnectionItems
- Implements
-
ICollection<KeyValuePair<Object,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<Object,Object> IEnumerable<KeyValuePair<Object,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
Constructors
ConnectionItems() |
Initializes a new instance of ConnectionItems. |
ConnectionItems(IDictionary<Object,Object>) |
Initializes a new instance of ConnectionItems with |
Properties
Items |
Gets or sets the items for the connection. |