HierarchicalDataBoundControl.MarkAsDataBound Méthode
Définition
Définit l'état du contrôle dans l'état d'affichage comme lié avec succès aux données.Sets the state of the control in view state as successfully bound to data.
protected:
void MarkAsDataBound();
protected void MarkAsDataBound ();
member this.MarkAsDataBound : unit -> unit
Protected Sub MarkAsDataBound ()
Remarques
Le contrôle lié aux données gère une valeur dans l’état d’affichage qui indique si elle est actuellement liée à des données.The data-bound control maintains a value in view state that indicates whether it is currently bound to data. La MarkAsDataBound méthode affecte à la valeur true
.The MarkAsDataBound method sets the value to true
.