CoreDispatcher.HasThreadAccess 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 une valeur qui spécifie si le répartiteur d’événements fourni par cette instance de CoreWindow a accès au thread actif ou non.
public:
property bool HasThreadAccess { bool get(); };
bool HasThreadAccess();
public bool HasThreadAccess { get; }
var boolean = coreDispatcher.hasThreadAccess;
Public ReadOnly Property HasThreadAccess As Boolean
Valeur de propriété
Boolean
bool
True si le répartiteur d’événements dispose d’un accès au thread ; false ce n’est pas le cas.