ModelItemCollection.ItemProperty Field

Identifies the Item dependency property.

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

Syntax

'Declaration
Public Shared ReadOnly ItemProperty As PropertyIdentifier
public static readonly PropertyIdentifier ItemProperty
public:
static initonly PropertyIdentifier ItemProperty
static val ItemProperty: PropertyIdentifier
public static final var ItemProperty : PropertyIdentifier

Field Value

Type: Microsoft.Windows.Design.Metadata.PropertyIdentifier
The identifier for the Item dependency property.

Remarks

This property is returned from the Properties enumeration of the collection, in addition to any properties defined on the collection. The Item property represents all the items in the collection and is defined as type IEnumerable of ModelItem. All items in the collection have their Source property set to this property. The property’s metadata marks it non-browsable and non-serializable. The Item property is a "pseudo" property because it is not actually set on the model. The value it points to is the ModelItemCollection itself.

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture