CastingDevice.FromIdAsync(String) Method

Definition

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

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

Parameters

value
String

Platform::String

winrt::hstring

The device ID.

Returns

The object representing the casting device.

Attributes

Applies to