CountdownEvent.CurrentCount 속성

정의

이벤트를 설정하는 데 필요한 나머지 신호 수를 가져옵니다.

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

속성 값

이벤트를 설정하는 데 필요한 나머지 신호 수입니다.

적용 대상