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>

索引鍵/值組的集合,代表感應器針對指定讀取所報告的資料屬性。

適用於