IPersistUIState Interfaccia

Definizione

Attenzione

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Definisce i metodi usati dai progettisti di flussi di lavoro e dagli ActivityDesigner per salvare le informazioni sullo stato dell'interfaccia utente e ripristinare le informazioni sullo stato dell'interfaccia utente da un flusso binario.

public interface class IPersistUIState
public interface IPersistUIState
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IPersistUIState
type IPersistUIState = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IPersistUIState = interface
Public Interface IPersistUIState
Derivato
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Metodi

Nome Descrizione
LoadViewState(BinaryReader)
Obsoleti.

Ripristina lo stato dell'interfaccia utente di una finestra di progettazione da un flusso binario.

SaveViewState(BinaryWriter)
Obsoleti.

Archivia lo stato dell'interfaccia utente di una finestra di progettazione in un flusso binario.

Si applica a