UITestControlCollection.Capacity Property

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

Syntax

'Declaration
Public Property Capacity As Integer
public int Capacity { get; set; }
public:
property int Capacity {
    int get ();
    void set (int value);
}
member Capacity : int with get, set
function get Capacity () : int 
function set Capacity (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

UITestControlCollection Class

Capacity Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace