TreeNodeCollection.IStateManager.TrackViewState Metodo

Definizione

Indica all'oggetto TreeNodeCollection di tenere traccia delle modifiche apportate allo stato di visualizzazione.

 virtual void System.Web.UI.IStateManager.TrackViewState() = System::Web::UI::IStateManager::TrackViewState;
void IStateManager.TrackViewState ();
abstract member System.Web.UI.IStateManager.TrackViewState : unit -> unit
override this.System.Web.UI.IStateManager.TrackViewState : unit -> unit
Sub TrackViewState () Implements IStateManager.TrackViewState

Implementazioni

Commenti

Dopo che questo metodo è stato chiamato in un controllo server, la IsTrackingViewState proprietà restituirà true.

Si applica a

Vedi anche