TreeNode.IStateManager.IsTrackingViewState 属性

定义

有关此成员的说明,请参见 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

一个值,该值指示节点是否保存其视图状态更改。

实现

注解

此成员是显式接口成员的实现。 仅当实例强制转换为IStateManager接口时TreeNode,才能使用它。

适用于

另请参阅