StructuredCompositeActivityDesigner.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.
Charge l'état d'affichage du StructuredCompositeActivityDesigner à 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 utilisé pour restaurer l'état d'affichage du concepteur.
Exceptions
reader
contient une référence Null (Nothing
en Visual Basic).