VibrationDevice.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.
Asynchronously retrieves the vibration device specified.
public:
static IAsyncOperation<VibrationDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<VibrationDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<VibrationDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of VibrationDevice)
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The Global Unique Identifier (GUID) used to identify a single input device.
Returns
The VibrationDevice from the specified identifier.
- Attributes