BarcodeScannerErrorOccurredEventArgs.IsRetriable 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.
Indique s’il est utile d’effectuer une autre tentative d’opération.
public:
property bool IsRetriable { bool get(); };
bool IsRetriable();
public bool IsRetriable { get; }
var boolean = barcodeScannerErrorOccurredEventArgs.isRetriable;
Public ReadOnly Property IsRetriable As Boolean
Valeur de propriété
Boolean
bool
True si l’application doit effectuer une autre tentative d’opération ; sinon, false.