Partager via


MapControlTransitFeatureClickEventArgs.TransitProperties Propriété

Définition

Obtient le conteneur de propriétés pour la fonctionnalité de transit.

Notes

Cette API n’est pas disponible pour toutes les applications Windows. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à cette API échouent au moment de l’exécution. Pour plus d’informations sur cette API et l’espace de noms Windows.Services.Maps.LocalSearch , contactez votre représentant de l’équipe de compte Microsoft.

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ TransitProperties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> TransitProperties();
public IReadOnlyDictionary<string,object> TransitProperties { get; }
var iMapView = mapControlTransitFeatureClickEventArgs.transitProperties;
Public ReadOnly Property TransitProperties As IReadOnlyDictionary(Of String, Object)

Valeur de propriété

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Sac de propriétés pour la fonctionnalité de transit.

S’applique à