Partager via


CustomSensorReading.Properties Propriété

Définition

Obtient la propriété définie pour le capteur.

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 = customSensorReading.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>

Propriété définie pour le capteur. Ce jeu contient la paire clé/valeur pour chaque propriété du jeu.

S’applique à