GpioChangeReader.IsEmpty 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 si le lecteur ne contient actuellement aucun enregistrement de modification.
public:
property bool IsEmpty { bool get(); };
bool IsEmpty();
public bool IsEmpty { get; }
var boolean = gpioChangeReader.isEmpty;
Public ReadOnly Property IsEmpty As Boolean
Valeur de propriété
Boolean
bool
Retourne true s’il n’y a aucun élément de modification dans le lecteur, et false dans le cas contraire.