Freigeben über


DeviceInformationUpdate.Properties Eigenschaft

Definition

Die geänderten Eigenschaften in einem Update auf ein DeviceInformation-Objekt .

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)

Eigenschaftswert

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

Die geänderten Eigenschaften.

Hinweise

Weitere Informationen dazu, was die Eigenschaften darstellen, finden Sie unter Geräteinformationseigenschaften.

Gilt für: