MenuItemCollection.IStateManager.IsTrackingViewState 属性
定义
获取一个值,该值指示 MenuItemCollection 对象是否正将更改保存到其视图状态。Gets a value that indicates whether the MenuItemCollection object is saving changes to its view state.
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 the control is marked to save its state; otherwise, false.