BarcodeScannerGetSymbologyAttributesRequest Klasse

Definition

Stellt die Anforderung zum Abrufen von Attributen einer Barcodesymbologie dar.

public ref class BarcodeScannerGetSymbologyAttributesRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BarcodeScannerGetSymbologyAttributesRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeScannerGetSymbologyAttributesRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BarcodeScannerGetSymbologyAttributesRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeScannerGetSymbologyAttributesRequest
Public NotInheritable Class BarcodeScannerGetSymbologyAttributesRequest
Vererbung
Object Platform::Object IInspectable BarcodeScannerGetSymbologyAttributesRequest
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)

Hinweise

Das System generiert eine instance dieser Klasse und legt sie als Eigenschaft im Argument BarcodeScannerGetSymbologyAttributesRequestEventArgs des GetBarcodeSymbologyAttributesRequested-Ereignisses fest.

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1809 17763 ReportFailedAsync(Int32)
1809 17763 ReportFailedAsync(Int32,String)

Eigenschaften

Symbology

Ruft die Barcodesymbologie ab. Mögliche Werte werden in der BarcodeSymbologies-Klasse definiert.

Methoden

ReportCompletedAsync(BarcodeSymbologyAttributes)

Benachrichtigt die Client-App, dass die Anforderung erfolgreich verarbeitet wurde.

ReportFailedAsync()

Benachrichtigt den Client, dass die Anforderung nicht erfolgreich verarbeitet wurde.

ReportFailedAsync(Int32)

Benachrichtigt den Client, dass die Anforderung nicht erfolgreich verarbeitet wurde.

ReportFailedAsync(Int32, String)

Benachrichtigt den Client, dass die Anforderung nicht erfolgreich verarbeitet wurde.

Gilt für: