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>

裝置的屬性存放區。

備註

如需屬性所代表內容的詳細資訊,請參閱 裝置資訊屬性

適用於

另請參閱