UITest::Append Method

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

Adds one or more UITestAction objects to the test.

  Name Description
Public method Append(IEnumerable<UITestAction>) Adds a list of UITestAction objects to the execute actions of the test.
Public method Append(IEnumerable<UITestAction>, UIMap) Adds a list of UITestAction objects to the execute actions of the test.
Public method Append(UITest, Int64, Int64) Adds a range of UITestAction objects from the provided test to the execute actions of the current test.
Top
Show: