DispatcherQueueTimer.Interval Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient et définit l’intervalle du minuteur.
public:
property TimeSpan Interval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Interval();
void Interval(TimeSpan value);
public System.TimeSpan Interval { get; set; }
var timeSpan = dispatcherQueueTimer.interval;
dispatcherQueueTimer.interval = timeSpan;
Public Property Interval As TimeSpan
Valeur de propriété
Durée avant que le minuteur ne se déclenche.
Remarques
Si vous modifiez l’intervalle pendant l’exécution du minuteur, le minuteur redémarre avec la nouvelle valeur.