Partager via


MKMapViewAnnotation Délégué

Définition

Signature utilisée pour retourner une vue à partir d’une annotation.

public delegate MapKit.MKAnnotationView MKMapViewAnnotation(MKMapView mapView, IMKAnnotation annotation);
type MKMapViewAnnotation = delegate of MKMapView * IMKAnnotation -> MKAnnotationView

Paramètres

mapView
MKMapView
annotation
IMKAnnotation

Valeur renvoyée

S’applique à

Voir aussi