次の方法で共有


BarcodeScannerProviderConnection.SupportedSymbologies プロパティ

定義

バーコード スキャナー プロバイダーのサポートされているシンボルを取得します。

public:
 property IVector<unsigned int> ^ SupportedSymbologies { IVector<unsigned int> ^ get(); };
IVector<uint32_t> SupportedSymbologies();
public IList<uint> SupportedSymbologies { get; }
var iVector = barcodeScannerProviderConnection.supportedSymbologies;
Public ReadOnly Property SupportedSymbologies As IList(Of UInteger)

プロパティ値

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

サポートされているシンボル。

適用対象