Represents configuration settings for Internet Explorer.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITest.Common.IESettings
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public NotInheritable Class IESettings
public static class IESettings
public ref class IESettings abstract sealed
[<AbstractClass>]
[<Sealed>]
type IESettings =  class end
public final class IESettings
The IESettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) .gif) | AutoCompleteForm | Gets the auto complete setting for forms. | 
| .gif) .gif) | AutoCompletePassword | Gets the auto complete value for passwords. | 
| .gif) .gif) | DefaultBrowser | Gets the default browser setting. | 
| .gif) .gif) | EnhancedSecurityConfiguration | Gets the enhanced security configuration settings. | 
| .gif) .gif) | InformationBar | Gets the information bar setting. | 
| .gif) .gif) | InternetZoneSecurity | Gets the Internet zone security settings. | 
| .gif) .gif) | IntranetZoneSecurity | Gets the intranet zone security settings. | 
| .gif) .gif) | PhishingFilter | Gets the phishing filter settings. | 
| .gif) .gif) | PopupBlocker | Gets the pop-up blocker settings. | 
| .gif) .gif) | RestrictedZoneSecurity | Gets the restricted zone security settings. | 
| .gif) .gif) | TabbedBrowsing | Gets the tabbed browsing settings. | 
| .gif) .gif) | TrustedZoneSecurity | Gets the trusted zone security settings. | 
| .gif) .gif) | Version | Gets the version of the installed Internet Explorer. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | Check64BitBrowserVersionSupport | Check for IE64 browser version support. | 
| .gif) .gif) | ThrowIfBrowserVersionNotSupported | Verifies that the currently installed version of Internet Explorer is supported. If not, an exception is thrown. | 
Top
Remarks
Each property of this class returns a Setting object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.