ClaimedBarcodeScanner.SetActiveProfileAsync(String) メソッド

定義

バーコード スキャナーでアクティブなプロファイルを設定します。

重要

この API は、Windows Mobile デバイス ファミリ (UWP 用 Windows Mobile Extensions) のビルド 10240 とビルド 10586 にのみ適用されます。 この API は、Windows デスクトップ デバイス ファミリ、他のデバイス ファミリ、10240 および 10586 以外の Windows Mobile のビルドには適用されません。 適用されないオペレーティング システム (OS) で呼び出されると、この API の動作は未定義です。 デバイス ファミリの詳細については、「 デバイス ファミリ拡張機能 SDK と API コントラクト」を参照してください。

public:
 virtual IAsyncAction ^ SetActiveProfileAsync(Platform::String ^ profile) = SetActiveProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetActiveProfileAsync(winrt::hstring const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetActiveProfileAsync(string profile);
function setActiveProfileAsync(profile)
Public Function SetActiveProfileAsync (profile As String) As IAsyncAction

パラメーター

profile
String

Platform::String

winrt::hstring

デバイスで設定するプロファイルの名前。

戻り値

メソッドが完了すると、オブジェクトまたは値は返されません。

属性

注釈

入力パラメーターは、サポートされているプロファイルのいずれかと一致している必要があります。 詳細については、「 GetSupportedProfiles 」または 「IsProfileSupported」を参照してください。

バーコード スキャナーは、焦点距離やスキャン期間など、スキャンを超える多くの機能をサポートできます。 これらの機能は通常、設定またはプロパティを介して公開され、複雑なデバイスでは 100 個まで使用できます。 スキャナー構成のモデルが簡略化され、1 つ以上のプロファイルがアプリケーション開発者に公開され、各プロファイルに 1 つ以上の OEM 定義設定が含まれます。

適用対象

こちらもご覧ください