Share via


DeviceInformation.Properties Propiedad

Definición

Almacén de propiedades que contiene valores conocidos, así como propiedades adicionales que se pueden especificar durante la enumeración del dispositivo.

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 = deviceInformation.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

Valor de propiedad

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Almacén de propiedades para el dispositivo.

Comentarios

Para obtener más información sobre lo que representan las propiedades, consulta Propiedades de información del dispositivo.

Se aplica a

Consulte también