UIView.ExchangeSubview(nint, nint) 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.
[Foundation.Export("exchangeSubviewAtIndex:withSubviewAtIndex:")]
public virtual void ExchangeSubview (nint atIndex, nint withSubviewAtIndex);
abstract member ExchangeSubview : nint * nint -> unit
override this.ExchangeSubview : nint * nint -> unit
Paramètres
- atIndex
- System.System.IntPtr System.nativeint
Index dans le tableau de base Subviews zéro.
- withSubviewAtIndex
- System.System.IntPtr System.nativeint
Un autre index dans le tableau de base Subviews zéro.
- Attributs
S’applique à
Voir aussi
- <xref:UIKit.UIView.AddSubview>
- <xref:UIKit.UIView.InsertSubview>
- <xref:UIKit.UIView.InsertSubviewAbove>
- <xref:UIKit.UIView.InsertSubviewBelow>