DialDevice.FromIdAsync(String) Method

Definition

Returns a DialDevice object for a given a device ID (acquired from a query using the Windows.Devices.Enumeration APIs).

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

Parameters

value
String

Platform::String

winrt::hstring

The ID of the device you want a DialDevice object for.

Returns

The DialDevice object for the given device ID.

Attributes

Applies to