UIView.ExchangeSubview(nint, nint) 메서드

정의

이 메서드는 배열 내에서 두 UIView의 인덱스를 교환합니다 Subviews .

[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

0부터 시작하는 Subviews 배열 내의 인덱스입니다.

withSubviewAtIndex
System.System.IntPtr System.nativeint

0부터 시작하는 Subviews 배열 내의 다른 인덱스입니다.

특성

적용 대상

추가 정보

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