次の方法で共有


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>

変更されたプロパティ。

注釈

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

適用対象