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
- element 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement- A UITechnologyElement object. 
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserButtonType
The button type for the provided element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.