Style.IStateManager.IsTrackingViewState 属性
定义
获取一个值,该值指示服务器控件是否在跟踪其视图状态更改。Gets a value that indicates whether a server control is tracking its view state changes.
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。true if there are style elements defined in the view state bag; otherwise, false.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 Style 实例被强制转换为 IStateManager 接口时使用。It can be used only when the Style instance is cast to an IStateManager interface.