InclinometerReading.Properties Eigenschaft

Definition

Ruft eine Auflistung von Schlüssel-Wert-Paaren ab, die vom Sensor für den angegebenen Lesevorgang gemeldete Dateneigenschaften darstellen.

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)

Eigenschaftswert

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

Eine Sammlung von Schlüssel-Wert-Paaren, die vom Sensor für den angegebenen Lesevorgang gemeldete Dateneigenschaften darstellen.

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Gilt für: