DeviceInformation.Properties Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Archivio delle proprietà per il dispositivo.
Commenti
Per altre info sulla rappresentazione delle proprietà, vedi Proprietà delle informazioni sul dispositivo.