OrientationSensorReading.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
センサーによって報告されるデータ プロパティを取得します。
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 = orientationSensorReading.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)
プロパティ値
特定の読み取りに対してセンサーによって報告される各データ プロパティのキーと値のペアが含まれます。 キーはプロパティ キーの文字列であり、値はキーが表すプロパティの値です。
Windows の要件
デバイス ファミリ |
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0 で導入)
|