UITest.CurrentActionList-Eigenschaft
Ruft die Liste aktueller Aktionen für einen Test der codierten UI ab oder legt sie fest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property CurrentActionList As ActionList
Get
Set
public ActionList CurrentActionList { get; set; }
public:
property ActionList^ CurrentActionList {
ActionList^ get ();
void set (ActionList^ value);
}
member CurrentActionList : ActionList with get, set
function get CurrentActionList () : ActionList
function set CurrentActionList (value : ActionList)
Eigenschaftswert
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Die Liste der aktuellen Testaktionen.
.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.