DeviceInformationUpdate.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The changed properties in a update to a DeviceInformation object.
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)
Property Value
The changed properties.
Remarks
For more info on what the properties represent, see Device information properties.