共用方式為


LineDisplay.FromIdAsync(String) 方法

定義

public:
 static IAsyncOperation<LineDisplay ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<LineDisplay> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LineDisplay> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of LineDisplay)

參數

deviceId
String

Platform::String

winrt::hstring

識別特定行顯示的 DeviceInformation.Id ,可從 DeviceId 屬性擷取。

傳回

唯一裝置識別碼所指定的行顯示。 在下列情況下會傳回 Null 物件:

  • 找不到特定裝置。
  • 拒絕存取現有的裝置。 使用者可以拒絕存取未視為例外狀況的裝置。
屬性

適用於