ObjectListItemCollection.IsTrackingViewState 属性

定义

指示集合是否跟踪其视图状态的更改。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

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

适用于