Partager via


OrientationSensor.GetDeviceSelector Méthode

Définition

Surcharges

GetDeviceSelector(SensorReadingType)

Obtient le sélecteur d’appareil.

GetDeviceSelector(SensorReadingType, SensorOptimizationGoal)

Obtient le sélecteur d’appareil.

GetDeviceSelector(SensorReadingType)

Obtient le sélecteur d’appareil.

public:
 static Platform::String ^ GetDeviceSelector(SensorReadingType readingType);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector(SensorReadingType const& readingType);
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector(SensorReadingType readingType);
function getDeviceSelector(readingType)
Public Shared Function GetDeviceSelector (readingType As SensorReadingType) As String

Paramètres

readingType
SensorReadingType

Type de capteur à récupérer.

Retours

String

Platform::String

winrt::hstring

Retourne le sélecteur d’appareil, s’il existe ; sinon, null.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

S’applique à

GetDeviceSelector(SensorReadingType, SensorOptimizationGoal)

Obtient le sélecteur d’appareil.

public:
 static Platform::String ^ GetDeviceSelector(SensorReadingType readingType, SensorOptimizationGoal optimizationGoal);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorWithSensorReadingTypeAndSensorOptimizationGoal")]
 static winrt::hstring GetDeviceSelector(SensorReadingType const& readingType, SensorOptimizationGoal const& optimizationGoal);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorWithSensorReadingTypeAndSensorOptimizationGoal")]
public static string GetDeviceSelector(SensorReadingType readingType, SensorOptimizationGoal optimizationGoal);
function getDeviceSelector(readingType, optimizationGoal)
Public Shared Function GetDeviceSelector (readingType As SensorReadingType, optimizationGoal As SensorOptimizationGoal) As String

Paramètres

readingType
SensorReadingType

Type de capteur à récupérer. Un absolute SensorReadingType renvoie un orientationSensor à l’aide d’un accéléromètre, d’un gyromotre et d’un magnétomètre pour déterminer l’orientation par rapport au nord magnétique. Un sensorReadingType relatif renvoie un orientationSensor à l’aide d’un accéléromètre et d’un gyromètre uniquement (aucun magnétomètre), mesure par rapport à l’endroit où le capteur a été instancié pour la première fois.

optimizationGoal
SensorOptimizationGoal

Indique les préférences d’optimisation pour le capteur. Ce champ est utilisé uniquement si un type Absolute SensorReadingType est spécifié. Une optimisationGoal of Precision renvoie un OrientationSensor à l’aide d’un accéléromètre, d’un gyromètre et d’un magnétomètre pour déterminer l’orientation par rapport au Nord magnétique. Cela a le potentiel d’utiliser beaucoup de puissance en raison de l’utilisation d’un gyromètre. En revanche, la spécification d’une optimisationGoal de PowerEfficiency renvoie un OrientationSensor à l’aide d’un accéléromètre et d’un magnétomètre uniquement (pas de gyromètre) pour économiser la puissance au prix d’une certaine précision (les lectures seront toujours relativement précises dans la plupart des circonstances).

Retours

String

Platform::String

winrt::hstring

Retourne le sélecteur d’appareil, s’il existe ; sinon, null.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

S’applique à