StateBag.IStateManager.IsTrackingViewState プロパティ

定義

状態の変更が追跡されているかどうかを示す値を取得します。

property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
 ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

プロパティ値

StateBag がマーク付きで、その状態への変更を保存する場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、StateBag のインスタンスが IStateManager インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください