Share via


MapControlTransitFeatureRightTappedEventArgs.TransitProperties Eigenschaft

Definition

Ruft den Eigenschaftenbehälter für das Transitfeature ab.

Hinweis

Diese API ist nicht für alle Windows-Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser API zur Laufzeit fehl. Weitere Informationen zu dieser API und dem Windows.Services.Maps.LocalSearch-Namespace erhalten Sie von Ihrem Microsoft-Kontoteammitarbeiter.

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 = mapControlTransitFeatureRightTappedEventArgs.transitProperties;
Public ReadOnly Property TransitProperties As IReadOnlyDictionary(Of String, Object)

Eigenschaftswert

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Der Eigenschaftenbehälter für das Transitfeature.

Gilt für: