CountdownEvent.CurrentCount 속성

정의

이벤트를 설정하는 데 필요한 남아 있는 신호의 수를 가져옵니다.

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

속성 값

Int32

이벤트를 설정하는 데 필요한 남아 있는 신호의 수입니다.

적용 대상