Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the test actions to be executed as part of the coded UI test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ExecuteActions As ActionList
public ActionList ExecuteActions { get; set; }
public:
property ActionList^ ExecuteActions {
ActionList^ get ();
void set (ActionList^ value);
}
member ExecuteActions : ActionList with get, set
function get ExecuteActions () : ActionList
function set ExecuteActions (value : ActionList)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
The test actions to be executed as part of the test.
.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.