ModelItemDictionary.IDictionary.Clear Method
For a description of this member, see IDictionary.Clear.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Private Sub Clear Implements IDictionary.Clear
void IDictionary.Clear()
private:
virtual void Clear() sealed = IDictionary::Clear
private abstract Clear : unit -> unit
private override Clear : unit -> unit
JScript does not support explicit interface implementations.
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