InclinometerReading.Properties Propriété
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.
Obtient une collection de paires clé-valeur qui représentent les propriétés de données signalées par le capteur pour la lecture donnée.
public:
property IMapView<Platform::String ^, Platform::Object ^> ^ Properties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Properties();
public IReadOnlyDictionary<string,object> Properties { get; }
var iMapView = inclinometerReading.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)
Valeur de propriété
Collection de paires clé-valeur qui représentent les propriétés de données signalées par le capteur pour la lecture donnée.
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)
|