HtmlWindow.History プロパティ

定義

ユーザーの最近アクセスした URL を含むオブジェクトを取得します。

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

プロパティ値

現在のウィンドウの HtmlHistory

注釈

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

適用対象