DialDevice.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.
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