Share via


ObjectListCommandCollection.IStateManager.IsTrackingViewState プロパティ

定義

このメンバーの詳細については、「IsTrackingViewState」をご覧ください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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

実装

注釈

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

適用対象

こちらもご覧ください