ModelItemCollection.Clear Method

When overridden in a derived class, clears the contents of the collection.

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

ICollection<T>.Clear()

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture