MKMapView.ExchangeOverlay(IMKOverlay, IMKOverlay) 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.
Permuter la position d’index de deux superpositions, en modifiant leur ordre de plan.
[Foundation.Export("exchangeOverlay:withOverlay:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ExchangeOverlay (MapKit.IMKOverlay overlay1, MapKit.IMKOverlay overlay2);
abstract member ExchangeOverlay : MapKit.IMKOverlay * MapKit.IMKOverlay -> unit
override this.ExchangeOverlay : MapKit.IMKOverlay * MapKit.IMKOverlay -> unit
Paramètres
- overlay1
- IMKOverlay
Première superposition.
- overlay2
- IMKOverlay
Deuxième superposition.
- Attributs