UIView.ExchangeSubview(nint, nint) Método

Definición

Este método intercambia los índices de dos UIViews dentro de la Subviews matriz.

[Foundation.Export("exchangeSubviewAtIndex:withSubviewAtIndex:")]
public virtual void ExchangeSubview (nint atIndex, nint withSubviewAtIndex);
abstract member ExchangeSubview : nint * nint -> unit
override this.ExchangeSubview : nint * nint -> unit

Parámetros

atIndex
System.System.IntPtr System.nativeint

Índice dentro de la matriz de base Subviews cero.

withSubviewAtIndex
System.System.IntPtr System.nativeint

Otro índice dentro de la matriz de base Subviews cero.

Atributos

Se aplica a

Consulte también

  • <xref:UIKit.UIView.AddSubview>
  • <xref:UIKit.UIView.InsertSubview>
  • <xref:UIKit.UIView.InsertSubviewAbove>
  • <xref:UIKit.UIView.InsertSubviewBelow>