ActivityDesigner.IPersistUIState.LoadViewState(BinaryReader) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ripristina lo stato di visualizzazione da un flusso binario.
virtual void System.Workflow.ComponentModel.Design.IPersistUIState.LoadViewState(System::IO::BinaryReader ^ reader) = System::Workflow::ComponentModel::Design::IPersistUIState::LoadViewState;
void IPersistUIState.LoadViewState (System.IO.BinaryReader reader);
abstract member System.Workflow.ComponentModel.Design.IPersistUIState.LoadViewState : System.IO.BinaryReader -> unit
override this.System.Workflow.ComponentModel.Design.IPersistUIState.LoadViewState : System.IO.BinaryReader -> unit
Sub LoadViewState (reader As BinaryReader) Implements IPersistUIState.LoadViewState
Parametri
- reader
- BinaryReader
Elemento BinaryReader dal quale caricare lo stato di visualizzazione.