CountdownEvent.CurrentCount プロパティ

定義

イベントの設定に必要な残りの通知の数を取得します。

public:
 property int CurrentCount { int get(); };
public int CurrentCount { get; }
member this.CurrentCount : int
Public ReadOnly Property CurrentCount As Integer

プロパティ値

イベントの設定に必要な残りの通知の数。

適用対象