次の方法で共有


Progress 構造体

定義

public readonly struct Progress
type Progress = struct
Public Structure Progress
継承
Progress

コンストラクター

Progress(ProgressState, String, Int32)

進行状況の状態、メッセージ、および値を使用して Progress オブジェクトを構築します。

プロパティ

Message

進行状況のメッセージ。

State

進行状況の状態。

Value

進行状況の値。

適用対象