MKMapView.DequeueReusableAnnotation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DequeueReusableAnnotation(String) |
Retourne une vue de annnotation réutilisable. |
DequeueReusableAnnotation(String, IMKAnnotation) |
DequeueReusableAnnotation(String)
Retourne une vue de annnotation réutilisable.
[Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:")]
public virtual MapKit.MKAnnotationView DequeueReusableAnnotation (string withViewIdentifier);
abstract member DequeueReusableAnnotation : string -> MapKit.MKAnnotationView
override this.DequeueReusableAnnotation : string -> MapKit.MKAnnotationView
Paramètres
- withViewIdentifier
- String
Identificateur utilisé pour identifier l’affichage d’annotations en vue d’une réutilisation.
Retours
Vue d’annotation réutilisable.
- Attributs
Remarques
Permet de réutiliser l’affichage d’annotations qui ne sont plus à l’écran pour les annotations qui se trouvent à l’écran. Il s’agit d’une optimisation des performances qui réduit le nombre de vues d’annotation à créer.
S’applique à
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
Paramètres
- identifier
- String
- annotation
- IMKAnnotation
Retours
- Attributs