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
key
Type: System.ObjectThe key for the element to be removed.
Implements
Remarks
This method provides an implementation of the Remove method. For more information see the Remove method in the .NET Framework class library.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionProperties Class