Dela via


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 DependencyProperty
'Usage
Dim value As DependencyProperty 

value = ModelItemCollection.ItemProperty
public static readonly DependencyProperty ItemProperty
public:
static initonly DependencyProperty^ ItemProperty
public static final var ItemProperty : DependencyProperty

Field Value

Type: System.Windows.DependencyProperty
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

ModelItemCollection Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture