共用方式為


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>

已變更的屬性。

備註

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

適用於