Freigeben über


MKMapView.DequeueReusableAnnotation Methode

Definition

Überlädt

DequeueReusableAnnotation(String)

Gibt eine wiederverwendbare Kommentaransicht zurück.

DequeueReusableAnnotation(String, IMKAnnotation)

DequeueReusableAnnotation(String)

Gibt eine wiederverwendbare Kommentaransicht zurück.

[Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:")]
public virtual MapKit.MKAnnotationView DequeueReusableAnnotation (string withViewIdentifier);
abstract member DequeueReusableAnnotation : string -> MapKit.MKAnnotationView
override this.DequeueReusableAnnotation : string -> MapKit.MKAnnotationView

Parameter

withViewIdentifier
String

Der Bezeichner, der verwendet wird, um die Anmerkungsansicht für die Wiederverwendung zu identifizieren.

Gibt zurück

Eine wiederverwendbare Anmerkungsansicht.

Attribute

Hinweise

Ermöglicht die Wiederverwendung von Anmerkungsansichten, die sich nicht mehr auf dem Bildschirm befinden, für Anmerkungen, die sich auf dem Bildschirm befinden. Dies ist eine Leistungsoptimierung, die die Anzahl der zu erstellenden Anmerkungsansichten reduziert.

Gilt für:

DequeueReusableAnnotation(String, IMKAnnotation)

[Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:forAnnotation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual MapKit.MKAnnotationView DequeueReusableAnnotation (string identifier, MapKit.IMKAnnotation annotation);
abstract member DequeueReusableAnnotation : string * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
override this.DequeueReusableAnnotation : string * MapKit.IMKAnnotation -> MapKit.MKAnnotationView

Parameter

identifier
String
annotation
IMKAnnotation

Gibt zurück

Attribute

Gilt für: