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
'Usage
Dim instance As ModelItem 
Dim value As ModelPropertyCollection 

value = instance.Properties
public abstract ModelPropertyCollection Properties { get; }
public:
virtual property ModelPropertyCollection^ Properties {
    ModelPropertyCollection^ get () abstract;
}
public 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

ModelItem Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture