TreeNodeBinding.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

属性值

如果控件被标记为保存其状态,则为 true;否则为 false

实现

注解

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

适用于