DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.Add Method (KeyValuePair<String, Object>)

 

Namespace:   Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

void ICollection<KeyValuePair<string, object>>.Add(
    KeyValuePair<string, object> item
)
private:
virtual void Add(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Add
private abstract Add : 
        item:KeyValuePair<string, Object> -> unit
private override Add : 
        item:KeyValuePair<string, Object> -> unit
Private Sub Add (
    item As KeyValuePair(Of String, Object)
)
    Implements ICollection(Of KeyValuePair(Of String, Object)).Add

Parameters

Implements

ICollection<T>.Add(T)

See Also

DataConnectionProperties Class
Microsoft.VisualStudio.Data.Framework Namespace

Return to top