ModelItem.Properties Property

When overridden in a derived class, gets the public properties on this object.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.Model.ModelPropertyCollection
A ModelPropertyCollection that contains the properties on this ModelItem.

Remarks

The set of properties returned may change based on attached properties or changes to the editing scope.

.NET Framework Security

See Also

Reference

ModelItem Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture

Editing Model Architecture