Share via


DeviceInformation.Properties Proprietà

Definizione

Archivio proprietà contenente valori noti e proprietà aggiuntive che possono essere specificate durante l'enumerazione 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)

Valore della proprietà

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Archivio delle proprietà per il dispositivo.

Commenti

Per altre info sulla rappresentazione delle proprietà, vedi Proprietà delle informazioni sul dispositivo.

Si applica a

Vedi anche