ActivityPreviewDesigner.LoadViewState(BinaryReader) Método

Definição

Carrega o estado de exibição do ActivityPreviewDesigner de um fluxo binário.Loads the view state of the ActivityPreviewDesigner from a binary stream.

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)

Parâmetros

reader
BinaryReader

O BinaryReader usado para restaurar o estado de exibição do designer.The BinaryReader used to restore the designer view state.

Exceções

reader contém uma referência nula (Nothing no Visual Basic)reader contains a null reference (Nothing in Visual Basic)

O host de designer associado ao designer é uma referência nula (Nothing).The designer host associated with the designer is a null reference (Nothing).

Aplica-se a