Share via


CustomSensorReading.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 = customSensorReading.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>

센서에 대해 설정된 속성입니다. 이 집합에는 집합의 각 속성에 대한 키/값 쌍이 포함됩니다.

적용 대상