Partager via


DispatcherQueueTimer.IsRunning Propriété

Définition

Indique si le minuteur est en cours d’exécution.

public:
 property bool IsRunning { bool get(); };
bool IsRunning();
public bool IsRunning { get; }
var boolean = dispatcherQueueTimer.isRunning;
Public ReadOnly Property IsRunning As Boolean

Valeur de propriété

Boolean

bool

True indique que le minuteur est en cours d’exécution ; sinon , false

S’applique à