Freigeben über


IUITestActionStack.Count-Eigenschaft

Ruft die Anzahl der Aktionen in diesem Stapel ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Eigenschaftswert

Typ: System.Int32
Die Anzahl der Aktionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITestActionStack Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace