CompositeActivityDesigner.LoadViewState(BinaryReader) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Restaure l'état d'affichage à partir d'un flux binaire.
protected:
override void LoadViewState(System::IO::BinaryReader ^ reader);
protected override void LoadViewState (System.IO.BinaryReader reader);
override this.LoadViewState : System.IO.BinaryReader -> unit
Protected Overrides Sub LoadViewState (reader As BinaryReader)
Paramètres
- reader
- BinaryReader
BinaryReader à partir duquel charger l'état d'affichage.
Remarques
Utilisez LoadViewState pour restaurer un état préalablement enregistré du concepteur à l'aide de SaveViewState.