Share via


DataConnectionProperties.IDictionary.Remove Method

Removes the element with the specified key from the IDictionary.

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

Syntax

'Declaration
Private Sub Remove ( _
    key As Object _
) Implements IDictionary.Remove
void IDictionary.Remove(
    Object key
)
private:
virtual void Remove(
    Object^ key
) sealed = IDictionary::Remove
private abstract Remove : 
        key:Object -> unit  
private override Remove : 
        key:Object -> unit
JScript does not support explicit interface implementations.

Parameters

Implements

IDictionary.Remove(Object)

Remarks

This method provides an implementation of the Remove method. For more information see the Remove method in the .NET Framework class library.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data Namespace