WebBrowser.Version プロパティ

定義

インストールされているInternet Explorerのバージョンを取得します。

public:
 property Version ^ Version { Version ^ get(); };
[System.ComponentModel.Browsable(false)]
public Version Version { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Version : Version
Public ReadOnly Property Version As Version

プロパティ値

インストールされているInternet Explorerのバージョン。

属性

注釈

WebBrowser コントロールは、Internet Explorerと共にインストールされたコンポーネントのマネージド ラッパーです。 このプロパティを使用して、インストールされているInternet Explorerのバージョンを確認します。 これは、アプリケーションが特定のバージョンにのみ存在するInternet Explorerの機能を使用する場合に便利です。 必要なバージョンがローカル コンピューターに存在しない場合は、代替機能を提供するか、ユーザーにアップグレードを求めることができます。

適用対象

こちらもご覧ください