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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.