次の方法で共有


IDispatcherTimer.IsRepeating プロパティ

定義

タイマーを繰り返す必要があるかどうかを取得または設定します。

public:
 property bool IsRepeating { bool get(); void set(bool value); };
public bool IsRepeating { get; set; }
member this.IsRepeating : bool with get, set
Public Property IsRepeating As Boolean

プロパティ値

注釈

設定すると false、タイマーは 1 回だけ実行されます。

適用対象