共用方式為


MKMapViewDelegate_Extensions.GetViewForAnnotation 方法

定義

MKAnnotationView傳回與 annotation 相關聯的 。

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

傳回

適用於