UITest.Append Method

Include Protected Members
Include Inherited Members

[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.

Overload List

  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

See Also

Reference

UITest Class

UITest Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace