UITestBuilderExtension.IsViewOpen Property

Gets or sets a value that indicates whether the view is open.

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

Syntax

'Declaration
Public Property IsViewOpen As Boolean
public bool IsViewOpen { get; set; }
public:
property bool IsViewOpen {
    bool get ();
    void set (bool value);
}
member IsViewOpen : bool with get, set
function get IsViewOpen () : boolean
function set IsViewOpen (value : boolean)

Property Value

Type: System.Boolean
true if the view is open; otherwise, false.

.NET Framework Security

See Also

Reference

UITestBuilderExtension Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace