다음을 통해 공유


HumanPresenceSensorReading.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 = humanPresenceSensorReading.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>

읽기에 할당된 속성의 컬렉션입니다.

적용 대상