BrowserHelper.GetBrowserButtonType Method

Returns the button type for the provided user interface technology element.

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

Syntax

'Declaration
Public MustOverride Function GetBrowserButtonType ( _
    element As UITechnologyElement _
) As BrowserButtonType
public abstract BrowserButtonType GetBrowserButtonType(
    UITechnologyElement element
)
public:
virtual BrowserButtonType GetBrowserButtonType(
    UITechnologyElement^ element
) abstract
abstract GetBrowserButtonType : 
        element:UITechnologyElement -> BrowserButtonType 
public abstract function GetBrowserButtonType(
    element : UITechnologyElement
) : BrowserButtonType

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserButtonType
The button type for the provided element.

.NET Framework Security

See Also

Reference

BrowserHelper Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

UITechnologyElement

ButtonType