BrowserHelper.IsBrowserDocumentWindow Method (UITechnologyElement)

Determines whether the provided element is the browser document window.

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

Syntax

'Declaration
Public MustOverride Function IsBrowserDocumentWindow ( _
    element As UITechnologyElement _
) As Boolean
public abstract bool IsBrowserDocumentWindow(
    UITechnologyElement element
)
public:
virtual bool IsBrowserDocumentWindow(
    UITechnologyElement^ element
) abstract
abstract IsBrowserDocumentWindow : 
        element:UITechnologyElement -> bool 
public abstract function IsBrowserDocumentWindow(
    element : UITechnologyElement
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the provided element is the browser document window; otherwise, false.

.NET Framework Security

See Also

Reference

BrowserHelper Class

IsBrowserDocumentWindow Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

UITechnologyElement