Share via


ModelProperty.Dictionary Property

When overridden in a derived class, gets the Value property cast as a ModelItemDictionary.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Dictionary As ModelItemDictionary
    Get
public abstract ModelItemDictionary Dictionary { get; }
public:
virtual property ModelItemDictionary^ Dictionary {
    ModelItemDictionary^ get () abstract;
}
abstract Dictionary : ModelItemDictionary
abstract function get Dictionary () : ModelItemDictionary

Property Value

Type: Microsoft.Windows.Design.Model.ModelItemDictionary
Value cast as an ModelItemDictionary.

Remarks

This property allows you to access dictionary properties easily without invoking casts. If the property value is not a dictionary, this property returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture