MKAnnotationView.Annotation Propriété
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.
Obtient ou définit l’objet d’annotation pour la vue.
[ObjCRuntime.ThreadSafe]
public virtual MapKit.IMKAnnotation Annotation { [Foundation.Export("annotation", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAnnotation:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Annotation : MapKit.IMKAnnotation with get, set
Valeur de propriété
- Attributs
Remarques
Les développeurs ne doivent pas définir cette propriété. La valeur de la propriété n’est pas uniquementnull
lorsque l’annotation est visible.
Cela peut être utilisé à partir d’un thread d’arrière-plan.