Pedometer.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.
Obtains the pedometer from its identifier.
public:
static IAsyncOperation<Pedometer ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<Pedometer> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Pedometer> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of Pedometer)
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The sensor identifier.
Returns
Returns the Pedometer object from its identifier.
- Attributes
Windows requirements
App capabilities |
activity
|