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
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.
.NET Framework Security
- 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.