다음을 통해 공유


DispatcherQueueTimer.IsRepeating 속성

정의

타이머가 반복되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsRepeating { bool get(); void set(bool value); };
bool IsRepeating();

void IsRepeating(bool value);
public bool IsRepeating { get; set; }
var boolean = dispatcherQueueTimer.isRepeating;
dispatcherQueueTimer.isRepeating = boolean;
Public Property IsRepeating As Boolean

속성 값

Boolean

bool

true 타이머가 모든 DispatcherQueueTimer.Interval을 실행함을 나타내려면 false디스패처QueueTimer.Interval 이 경과한 후 타이머가 한 번 발생함을 나타냅니다. 기본값은 true입니다.

설명

타이머가 IsRepeating 실행되는 동안 값을 변경하면 타이머가 새 값으로 다시 시작됩니다.

적용 대상