Compartir a través de


IDispatcherTimer.IsRepeating Propiedad

Definición

Obtiene o establece si el temporizador debe repetirse.

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

Valor de propiedad

Comentarios

Cuando se establece false, el temporizador solo se ejecutará una vez.

Se aplica a