ObjectListFieldCollection.IStateManager.IsTrackingViewState プロパティ

定義

このメンバーの詳細については、「IsTrackingViewState」をご覧ください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (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

プロパティ値

Boolean

サーバー コントロールがビューステートの変化を追跡する場合は true。それ以外の場合は false

実装

注釈

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

適用対象

こちらもご覧ください