IPersistUIState Interfaccia

Definizione

Attenzione

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

Definisce metodi utilizzati nelle finestre di progettazione dei flussi di lavoro e negli ActivityDesigner per salvare informazioni sullo stato dell'interfaccia utente e per ripristinarle 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

Nota

In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).

Metodi

LoadViewState(BinaryReader)

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

SaveViewState(BinaryWriter)

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

Si applica a