HingeAngleSensor.GetCurrentReadingAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère de manière asynchrone les données actuelles du capteur d’angle de charnière.
public:
virtual IAsyncOperation<HingeAngleReading ^> ^ GetCurrentReadingAsync() = GetCurrentReadingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<HingeAngleReading> GetCurrentReadingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<HingeAngleReading> GetCurrentReadingAsync();
function getCurrentReadingAsync()
Public Function GetCurrentReadingAsync () As IAsyncOperation(Of HingeAngleReading)
Retours
Une fois cette méthode terminée, elle retourne une référence à HingeAngleReading.
- Attributs