Partager via


UIView.ExchangeSubview(nint, nint) Méthode

Définition

Cette méthode échange les index de deux UIViews dans le Subviews tableau.

[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>