BarcodeScanner.FromIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static IAsyncOperation<BarcodeScanner ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<BarcodeScanner> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BarcodeScanner> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of BarcodeScanner)
參數
- deviceId
-
String
Platform::String
winrt::hstring
識別特定條碼掃描器 的 DeviceInformation.Id ,可從 DeviceId 屬性擷取。
傳回
唯一裝置識別碼所指定的條碼掃描器。 在下列情況下會傳回 Null 物件:
- 找不到特定裝置。
- 拒絕對現有裝置的存取。 使用者可以拒絕裝置的存取權,但不會被視為例外狀況。
- 屬性