TreeNode.IStateManager.IsTrackingViewState Proprietà

Definizione

Per una descrizione di questo membro, vedere 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

Valore della proprietà

Boolean

Un valore che indica se il nodo salva le modifiche apportate al relativo stato di visualizzazione.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando l'istanza viene eseguita il cast nell'interfaccia TreeNode IStateManager .

Si applica a

Vedi anche