IPersistUIState 인터페이스

정의

주의

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

UI 상태 정보를 저장하고 이진 스트림에서 UI 상태 정보를 복원하기 위해 워크플로 디자이너와 Activity Designer가 사용하는 메서드를 정의합니다.

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
파생
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

메서드

LoadViewState(BinaryReader)

이진 스트림에서 디자이너의 UI 상태를 복원합니다.

SaveViewState(BinaryWriter)

디자이너의 UI 상태를 이진 스트림에 저장합니다.

적용 대상