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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace