IUITestBuilder Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an internal interface for the Coded UI Test Builder.

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

Syntax

'Declaration
Public Interface IUITestBuilder
public interface IUITestBuilder
public interface class IUITestBuilder
type IUITestBuilder =  interface end
public interface IUITestBuilder

The IUITestBuilder type exposes the following members.

Properties

  Name Description
Public property IsDirty Gets or sets a value that indicates whether the object has changed.
Public property UITest Gets the associated user interface test.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Other Resources

How to: Create a Coded UI Test