MKMapViewDelegate_Extensions.GetViewForAnnotation 方法

定义

返回与 MKAnnotationViewannotation关联的 。

public static MapKit.MKAnnotationView GetViewForAnnotation (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.IMKAnnotation annotation);
static member GetViewForAnnotation : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.IMKAnnotation -> MapKit.MKAnnotationView

参数

This
IMKMapViewDelegate

此扩展方法操作的实例。

mapView
MKMapView
annotation
IMKAnnotation

返回

适用于