Share via


ModelItemDictionary.KeyProperty Field

ModelItemDictionary provides an attached property "Key", which is adds to all items contained in the dictionary. The data type of the Key property is "ModelItem".

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

Syntax

'Declaration
Public Shared ReadOnly KeyProperty As PropertyIdentifier
public static readonly PropertyIdentifier KeyProperty
public:
static initonly PropertyIdentifier KeyProperty
static val KeyProperty: PropertyIdentifier
public static final var KeyProperty : PropertyIdentifier

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture