PropertyExpressionObservableCollection.Count Property

Gets the item count in the collection.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int with get
function get Count () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace