次の方法で共有


PosPrinter.SupportedBarcodeSymbologies プロパティ

定義

サービス ポイント プリンターがサポートするバーコード シンボルを取得します。

public:
 property IVectorView<unsigned int> ^ SupportedBarcodeSymbologies { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedBarcodeSymbologies();
public IReadOnlyList<uint> SupportedBarcodeSymbologies { get; }
var iVectorView = posPrinter.supportedBarcodeSymbologies;
Public ReadOnly Property SupportedBarcodeSymbologies As IReadOnlyList(Of UInteger)

プロパティ値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

ポイント オブ サービス プリンターがサポートするバーコード シンボル。

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

適用対象