HtmlWindow.History プロパティ

定義

ユーザーが最近表示した URL を格納するオブジェクトを取得します。

public:
 property System::Windows::Forms::HtmlHistory ^ History { System::Windows::Forms::HtmlHistory ^ get(); };
public System.Windows.Forms.HtmlHistory History { get; }
member this.History : System.Windows.Forms.HtmlHistory
Public ReadOnly Property History As HtmlHistory

プロパティ値

HtmlHistory

HtmlHistory現在のウィンドウの場合。

注釈

History には、ナビゲーション スタック と呼ばれる現在のウィンドウ内に移動するすべての URL が含まれており、それらのドキュメントに戻るためのメソッドを提供します。

適用対象