Freigeben über


ActionList.Actions-Eigenschaft

Ruft die Liste der Aktionen ab.

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

Syntax

'Declaration
Public ReadOnly Property Actions As List(Of UITestAction)
    Get
public List<UITestAction> Actions { get; }
public:
property List<UITestAction^>^ Actions {
    List<UITestAction^>^ get ();
}
member Actions : List<UITestAction>
function get Actions () : List<UITestAction>

Eigenschaftswert

Typ: System.Collections.Generic.List<UITestAction>
Die Liste von Aktionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ActionList Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction