DeviceConnectionChangeTrigger.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.
Begins an asynchronous operation to get the DeviceConnectionChangeTrigger associated with the specified Id.
public:
static IAsyncOperation<DeviceConnectionChangeTrigger ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<DeviceConnectionChangeTrigger> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DeviceConnectionChangeTrigger> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of DeviceConnectionChangeTrigger)
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The device Id with which to find the associated trigger.
Returns
The DeviceConnectionChangeTrigger object associated with the specified device Id.
- Attributes