Compartilhar via


DeviceInformationUpdate.Properties Propriedade

Definição

As propriedades alteradas em uma atualização para um objeto 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)

Valor da propriedade

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

As propriedades alteradas.

Comentários

Para obter mais informações sobre o que as propriedades representam, consulte Propriedades de informações do dispositivo.

Aplica-se a