共用方式為


MKMapViewAnnotation 代理人

定義

用來從批註傳回檢視的簽章。

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

參數

mapView
MKMapView
annotation
IMKAnnotation

傳回值

適用於

另請參閱