Dela via


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
'Usage
Dim instance As ModelItemDictionary 

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

Implements

IDictionary.Clear()

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

See Also

Reference

ModelItemDictionary Class

ModelItemDictionary Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture