UITest::InitializeActions Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the list of actions to be executed during test initialization.

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

public:
property ActionList^ InitializeActions {
	ActionList^ get ();
	void set (ActionList^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration::ActionList
The list of actions to initialize the test.

Show: