ModelItemDictionary.IDictionary.Remove Method
For a description of this member, see IDictionary.Remove.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.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.Object
The key of the element to remove.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an IDictionary interface.
.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.
See Also
Reference
Microsoft.Windows.Design.Model Namespace