HingeAngleReading.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 = hingeAngleReading.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)
プロパティ値
特定の読み取りに対してセンサーによって報告されるデータ プロパティを表すキーと値のペアのコレクション。