SerialDevice.FromIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動建立 SerialDevice 物件的非同步作業。
public:
static IAsyncOperation<SerialDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SerialDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SerialDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of SerialDevice)
參數
- deviceId
-
String
Platform::String
winrt::hstring
裝置的裝置實例路徑。 若要取得該值,請取得 DeviceInformation.Id 屬性值。
傳回
會傳回傳回作業結果 的 IAsyncOperation (SerialDevice) 物件。
- 屬性