HistoryEventArgs.State プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web ページの状態を表す名前と値のペアのコレクションを取得します。
public:
property System::Collections::Specialized::NameValueCollection ^ State { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection State { get; }
member this.State : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property State As NameValueCollection
プロパティ値
Web ページの状態を表すコレクション。
注釈
プロパティを使用して、 State 指定したアプリケーション状態に Web ページを復元するために必要なデータを格納します。