Dela via


ModelItemCollection.IList.Clear Method

For a description of this member, see IList.Clear.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Private Sub Clear Implements IList.Clear
'Usage
Dim instance As ModelItemCollection 

CType(instance, IList).Clear()
void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
JScript does not support explicit interface implementations.

Implements

IList.Clear()

Remarks

This member is an explicit interface member implementation. It can be used only when the ModelItemCollection instance is cast to an IList interface.

.NET Framework Security

See Also

Reference

ModelItemCollection Class

ModelItemCollection Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture