ObjectListCommandCollection.IsTrackingViewState 属性

定义

获取一个值,该值指示集合是否跟踪视图状态更改。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected:
 property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean

属性值

true 如果跟踪视图状态更改,则为否则,为 false.

适用于