IESettings 类

 

表示 Internet Explorer 的配置设置。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

继承层次结构

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.IESettings

语法

public static class IESettings
public ref class IESettings abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IESettings = class end
Public NotInheritable Class IESettings

属性

名称 说明
System_CAPS_pubpropertySystem_CAPS_static AutoCompleteForm

获取窗体的自动完成设置。

System_CAPS_pubpropertySystem_CAPS_static AutoCompletePassword

获取密码的自动完成值。

System_CAPS_pubpropertySystem_CAPS_static DefaultBrowser

获取默认浏览器设置。

System_CAPS_pubpropertySystem_CAPS_static EnhancedSecurityConfiguration

获取增强的安全配置设置。

System_CAPS_pubpropertySystem_CAPS_static InformationBar

获取信息栏设置。

System_CAPS_pubpropertySystem_CAPS_static InternetZoneSecurity

获取 Internet 区域安全设置。

System_CAPS_pubpropertySystem_CAPS_static IntranetZoneSecurity

获取 Intranet 区域安全设置。

System_CAPS_pubpropertySystem_CAPS_static PhishingFilter

获取网络钓鱼网站筛选设置。

System_CAPS_pubpropertySystem_CAPS_static PopupBlocker

获取弹出窗口阻止程序设置。

System_CAPS_pubpropertySystem_CAPS_static RestrictedZoneSecurity

获取受限区域安全设置。

System_CAPS_pubpropertySystem_CAPS_static TabbedBrowsing

获取选项卡式浏览设置。

System_CAPS_pubpropertySystem_CAPS_static TrustedZoneSecurity

获取受信任区域安全设置。

System_CAPS_pubpropertySystem_CAPS_static Version

获取安装的 Internet Explorer 的版本。

方法

名称 说明
System_CAPS_pubmethodSystem_CAPS_static Check64BitBrowserVersionSupport()

IE64 浏览器版本的选定支持。

System_CAPS_pubmethodSystem_CAPS_static ThrowIfBrowserVersionNotSupported()

验证 Internet Explorer 的当前安装的版本支持。如果不是,则引发异常。

备注

此类的每个属性返回 Setting 对象。

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Setting
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首