MapControlBusinessLandmarkRightTappedEventArgs Class

Definition

Provides data for the BusinessLandmarkRightTapped 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 ref class MapControlBusinessLandmarkRightTappedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.Services.Maps.LocalSearchContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Maps.LocalSearchContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapControlBusinessLandmarkRightTappedEventArgs final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.Services.Maps.LocalSearchContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Maps.LocalSearchContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapControlBusinessLandmarkRightTappedEventArgs
Public NotInheritable Class MapControlBusinessLandmarkRightTappedEventArgs
Inheritance
Object Platform::Object IInspectable MapControlBusinessLandmarkRightTappedEventArgs
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10586.0)
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.Services.Maps.LocalSearchContract (introduced in v2.0)

Constructors

MapControlBusinessLandmarkRightTappedEventArgs()

Initializes a new instance of the MapControlBusinessLandmarkRightTappedEventArgs class.

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.

Properties

LocalLocations

Gets the businesses that correspond to the business landmark.

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.

Applies to