Delay Class

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

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

Syntax

'Declaration
Public Class Delay _
    Inherits UITestAction
'Usage
Dim instance As Delay
public class Delay : UITestAction
public ref class Delay : public UITestAction
public class Delay extends UITestAction
type Delay =  
    class
        inherit UITestAction
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
    Microsoft.VisualStudio.TestTools.UITest.Common.Delay

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

Delay Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace