共用方式為


UIView.ExchangeSubview(nint, nint) 方法

定義

這個方法會交換陣列中 SubviewsUIView 個 的索引。

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

參數

atIndex
System.System.IntPtr System.nativeint

以零起始 Subviews 陣列內的索引。

withSubviewAtIndex
System.System.IntPtr System.nativeint

以零起始 Subviews 陣列內的另一個索引。

屬性

適用於

另請參閱

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