Partager via


DeviceInformation.Properties Propriété

Définition

Magasin de propriétés contenant des valeurs connues ainsi que des propriétés supplémentaires qui peuvent être spécifiées lors de l’énumération de l’appareil.

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)

Valeur de propriété

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Magasin de propriétés de l’appareil.

Remarques

Pour plus d’informations sur ce que représentent les propriétés, consultez Propriétés des informations sur l’appareil.

S’applique à

Voir aussi