BarcodeScanner.GetSupportedSymbologiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the symbologies supported by the claimed barcode scanner.
public:
virtual IAsyncOperation<IVectorView<unsigned int> ^> ^ GetSupportedSymbologiesAsync() = GetSupportedSymbologiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<uint32_t>> GetSupportedSymbologiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<uint>> GetSupportedSymbologiesAsync();
function getSupportedSymbologiesAsync()
Public Function GetSupportedSymbologiesAsync () As IAsyncOperation(Of IReadOnlyList(Of UInteger))
Returns
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<unsigned int>>
IAsyncOperation<IVectorView<uint32_t>>
When the method completes successfully, it returns a list of values that represent the symbologies supported by the device.
- Attributes