MapControlTransitFeaturePointerExitedEventArgs
MapControlTransitFeaturePointerExitedEventArgs
MapControlTransitFeaturePointerExitedEventArgs
MapControlTransitFeaturePointerExitedEventArgs
Class
Definition
Provides data to the TransitFeaturePointerExited event.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about this API and the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.
public : sealed class MapControlTransitFeaturePointerExitedEventArgs : IMapControlTransitFeaturePointerExitedEventArgspublic sealed class MapControlTransitFeaturePointerExitedEventArgs : IMapControlTransitFeaturePointerExitedEventArgsPublic NotInheritable Class MapControlTransitFeaturePointerExitedEventArgs Implements IMapControlTransitFeaturePointerExitedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.14393.0)
Windows Mobile Extension SDK (introduced v10.0.14393.0)
Windows Team Extension SDK (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Maps.LocalSearchContract (introduced v3)
|
Constructors
MapControlTransitFeaturePointerExitedEventArgs() MapControlTransitFeaturePointerExitedEventArgs() MapControlTransitFeaturePointerExitedEventArgs() MapControlTransitFeaturePointerExitedEventArgs()
Constructs a new MapControlTransitFeaturePointerExitedEventArgs object.
public : MapControlTransitFeaturePointerExitedEventArgs()public MapControlTransitFeaturePointerExitedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
DisplayName DisplayName DisplayName DisplayName
Gets the display name.
public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The display name.
TransitProperties TransitProperties TransitProperties TransitProperties
Gets the transit properties.
public : IMapView<string, object> TransitProperties { get; }public IReadOnlyDictionary<string, object> TransitProperties { get; }Public ReadOnly Property TransitProperties As IReadOnlyDictionary<string, object>// This API is not available in Javascript.
- Value
- IMapView<PlatForm::String, PlatForm::Object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object>
The transit properties.