Condividi tramite


IDispatcherTimer.IsRepeating Proprietà

Definizione

Ottiene o imposta un valore che indica se il timer deve essere ripetuto.

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

Valore della proprietà

Commenti

Quando si imposta false, il timer verrà eseguito una sola volta.

Si applica a