ActivityDesigner.IPersistUIState.SaveViewState(BinaryWriter) 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.
Enregistre l'état d'affichage dans un flux binaire.
virtual void System.Workflow.ComponentModel.Design.IPersistUIState.SaveViewState(System::IO::BinaryWriter ^ writer) = System::Workflow::ComponentModel::Design::IPersistUIState::SaveViewState;
void IPersistUIState.SaveViewState (System.IO.BinaryWriter writer);
abstract member System.Workflow.ComponentModel.Design.IPersistUIState.SaveViewState : System.IO.BinaryWriter -> unit
override this.System.Workflow.ComponentModel.Design.IPersistUIState.SaveViewState : System.IO.BinaryWriter -> unit
Sub SaveViewState (writer As BinaryWriter) Implements IPersistUIState.SaveViewState
Paramètres
- writer
- BinaryWriter
BinaryWriter dans lequel enregistrer l'état d'affichage.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.