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>

デバイスのプロパティ ストア。

注釈

プロパティが表す内容の詳細については、「 デバイス情報のプロパティ」を参照してください。

適用対象

こちらもご覧ください