UITest Class

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

Represents a UI test with methods to load, save, and manipulate the test.

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

Syntax

'Declaration
Public Class UITest
'Usage
Dim instance As UITest
public class UITest
public ref class UITest
type UITest =  class end
public class UITest

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UITest Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace