UITest.InitializeActions Property
Gets or sets a list of actions to execute as part of the coded UI test initialization process.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property InitializeActions As ActionList
public ActionList InitializeActions { get; set; }
public:
property ActionList^ InitializeActions {
ActionList^ get ();
void set (ActionList^ value);
}
member InitializeActions : ActionList with get, set
function get InitializeActions () : ActionList
function set InitializeActions (value : ActionList)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
A list of actions to execute as part of the test initialization process.
.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.