AutoFieldsGenerator.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

プロパティ値

true ビューステートが追跡されている場合。それ以外の場合は false

実装

注釈

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

適用対象