ObjectListFieldCollection.IsTrackingViewState 属性
定义
指示集合是否跟踪其视图状态的更改。Indicates whether the collection tracking its view state changes. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean
属性值
如果跟踪其视图状态更改,则为 true;否则为 false。true if tracking its view state changes; otherwise, false.