다음을 통해 공유


Progress 구조체

정의

public readonly struct Progress
type Progress = struct
Public Structure Progress
상속
Progress

생성자

Progress(ProgressState, String, Int32)

진행 상태, 메시지 및 값을 사용하여 Progress 개체를 생성합니다.

속성

Message

진행 상황의 메시지입니다.

State

진행 상태입니다.

Value

진행률의 값입니다.

적용 대상