TreeNode.IStateManager.IsTrackingViewState 属性

定义

有关此成员的说明,请参见 IsTrackingViewStateFor a description of this member, see IsTrackingViewState.

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

属性值

Boolean

一个值,该值指示节点是否保存其视图状态更改。A value that indicates whether the node is saving changes to its view state.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 TreeNode 实例被强制转换为接口时使用 IStateManagerIt can be used only when the TreeNode instance is cast to the IStateManager interface.

适用于

另请参阅