IdleDispatchedHandlerArgs Classe

Définition

Définit les arguments retournés par un rappel IdleDispatchedHandler .

public ref class IdleDispatchedHandlerArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class IdleDispatchedHandlerArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class IdleDispatchedHandlerArgs
Public NotInheritable Class IdleDispatchedHandlerArgs
Héritage
Object Platform::Object IInspectable IdleDispatchedHandlerArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Notes

Cette classe n’est pas agile, ce qui signifie que vous devez prendre en compte son modèle de thread et son comportement de marshaling. Pour plus d’informations, consultez Threading and Marshaling (C++/CX) .

Propriétés

IsDispatcherIdle

Obtient une valeur qui indique si la file d’attente de messages du répartiteur d’événements est vide ou non.

S’applique à