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

'宣言
Private Sub Remove ( _
    key As Object _
) Implements IDictionary.Remove
'使用
Dim instance As DataConnectionProperties
Dim key As Object

CType(instance, IDictionary).Remove(key)
void IDictionary.Remove(
    Object key
)
private:
virtual void Remove(
    Object^ key
) sealed = IDictionary::Remove
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.

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data Namespace