BarcodeScanner.IsSymbologySupportedAsync(UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob die angegebene Symbologie vom Barcodescanner unterstützt wird.
public:
virtual IAsyncOperation<bool> ^ IsSymbologySupportedAsync(unsigned int barcodeSymbology) = IsSymbologySupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsSymbologySupportedAsync(uint32_t const& barcodeSymbology);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsSymbologySupportedAsync(uint barcodeSymbology);
function isSymbologySupportedAsync(barcodeSymbology)
Public Function IsSymbologySupportedAsync (barcodeSymbology As UInteger) As IAsyncOperation(Of Boolean)
Parameter
- barcodeSymbology
-
UInt32
unsigned int
uint32_t
Die spezifische Barcodesymbologie.
Gibt zurück
True, wenn das Gerät die angegebene Symbologie unterstützt; andernfalls false.
- Attribute