HingeAngleReading.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 = hingeAngleReading.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>

特定の読み取りに対してセンサーによって報告されるデータ プロパティを表すキーと値のペアのコレクション。

適用対象