次の方法で共有


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

インターネット ゾーンのセキュリティ設定を取得します。

System_CAPS_pubpropertySystem_CAPS_static IntranetZoneSecurity

イントラネット ゾーンのセキュリティ設定を取得します。

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 オブジェクトを返します。

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Setting
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る