次の方法で共有


BarcodeScannerProviderTriggerDetails.Connection プロパティ

定義

クライアント アプリにバーコード スキャンを提供するために使用される接続オブジェクトを取得します。

public:
 property BarcodeScannerProviderConnection ^ Connection { BarcodeScannerProviderConnection ^ get(); };
BarcodeScannerProviderConnection Connection();
public BarcodeScannerProviderConnection Connection { get; }
var barcodeScannerProviderConnection = barcodeScannerProviderTriggerDetails.connection;
Public ReadOnly Property Connection As BarcodeScannerProviderConnection

プロパティ値

プロバイダーがクライアント アプリと通信するために使用する接続。

適用対象