다음을 통해 공유


DeviceInformationUpdate.Properties 속성

정의

DeviceInformation 개체에 대한 업데이트의 변경된 속성입니다.

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 = deviceInformationUpdate.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>

변경된 속성입니다.

설명

속성이 나타내는 항목에 대한 자세한 내용은 디바이스 정보 속성을 참조하세요.

적용 대상