DeviceInformation.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.