Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CastingDevice.FromIdAsync(String) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?