ModelItemCollection.Count Property

When overridden in a derived class, gets the count of items in the collection.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Count As Integer
    Get
public abstract int Count { get; }
public:
virtual property int Count {
    int get () abstract;
}
abstract Count : int
abstract function get Count () : int

Property Value

Type: System.Int32
An integer that represents the number of items in the collection.

Implements

ICollection<T>.Count

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture