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>

键值对的集合,这些键值对表示传感器针对给定读数报告的数据属性。

适用于