Dela 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 DependencyProperty
'Usage
Dim value As DependencyProperty 

value = ModelItemDictionary.KeyProperty
public static readonly DependencyProperty KeyProperty
public:
static initonly DependencyProperty^ KeyProperty
public static final var KeyProperty : DependencyProperty

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

ModelItemDictionary Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture