Compartir a través de


MapControlTransitFeaturePointerEnteredEventArgs.TransitProperties Propiedad

Definición

Obtiene las propiedades de tránsito.

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

Valor de propiedad

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Propiedades de tránsito.

Se aplica a