AutoGeneratedFieldProperties.IStateManager.IsTrackingViewState プロパティ

定義

AutoGeneratedFieldProperties オブジェクトがビューステートの変更を追跡しているかどうかを示す値を取得します。

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

プロパティ値

AutoGeneratedFieldProperties オブジェクトでビューステートの変化を追跡する場合は true。それ以外の場合は false

実装

注釈

プロパティは IStateManager.IsTrackingViewState 、オブジェクトがビューステートの変更を AutoGeneratedFieldProperties 追跡しているかどうかを判断するために使用されます。

Note

このプロパティは、主にコントロールの開発者によって使用されます。

適用対象

こちらもご覧ください