Share via


IESettings.Check64BitBrowserVersionSupport Method

Check for IE64 browser version support.

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

Syntax

'Declaration
Public Shared Function Check64BitBrowserVersionSupport As Boolean
public static bool Check64BitBrowserVersionSupport()
public:
static bool Check64BitBrowserVersionSupport()
static member Check64BitBrowserVersionSupport : unit -> bool
public static function Check64BitBrowserVersionSupport() : boolean

Return Value

Type: Boolean
True if 64-bit supported for the current Internet Explorer version and operating system.

.NET Framework Security

See Also

Reference

IESettings Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace