DeviceInformation.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 = deviceInformation.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>

设备的属性存储。

注解

有关属性表示的内容的详细信息,请参阅 设备信息属性

适用于

另请参阅