ModelItemDictionary.Clear Method
When overridden in a derived class, clears the contents of the dictionary.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Sub Clear
public abstract void Clear()
public:
virtual void Clear() abstract
abstract Clear : unit -> unit
public abstract function Clear()
Implements
.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