BarcodeScannerProviderTriggerDetails.Connection 属性

定义

获取用于向客户端应用提供条形码扫描的连接对象。

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

属性值

提供程序用于与客户端应用通信的连接。

适用于