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: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.