ClaimedBarcodeScanner.SetSymbologyAttributesAsync メソッド

定義

要求されたバーコード スキャナーで使用されるバーコード シンボルの属性を設定します。

public:
 virtual IAsyncOperation<bool> ^ SetSymbologyAttributesAsync(unsigned int barcodeSymbology, BarcodeSymbologyAttributes ^ attributes) = SetSymbologyAttributesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SetSymbologyAttributesAsync(uint32_t const& barcodeSymbology, BarcodeSymbologyAttributes const& attributes);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SetSymbologyAttributesAsync(uint barcodeSymbology, BarcodeSymbologyAttributes attributes);
function setSymbologyAttributesAsync(barcodeSymbology, attributes)
Public Function SetSymbologyAttributesAsync (barcodeSymbology As UInteger, attributes As BarcodeSymbologyAttributes) As IAsyncOperation(Of Boolean)

パラメーター

barcodeSymbology
UInt32

unsigned int

uint32_t

バーコード シンボル。

attributes
BarcodeSymbologyAttributes

バーコード シンボル属性。

戻り値

True の 場合、バーコード シンボル属性が正常に設定されました。それ以外の場合は false。

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象