AltimeterReading.Properties プロパティ

定義

センサーによって報告されるデータ プロパティを取得します。

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 = altimeterReading.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

プロパティ値

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

特定の読み取りについてセンサーによって報告される各データ プロパティのキーと値のペアが含まれます。 キーはプロパティ キーの文字列であり、値はキーが表すプロパティの値です。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

適用対象