다음을 통해 공유


NSLayoutManager.EnsureLayoutForTextContainer(NSTextContainer) 메서드

정의

NSLayoutManager 가 지정한 NSTextContainer를 레이아웃하도록 강제합니다(아직 레이아웃을 지정하지 않은 경우).

[Foundation.Export("ensureLayoutForTextContainer:")]
public virtual void EnsureLayoutForTextContainer (UIKit.NSTextContainer container);
abstract member EnsureLayoutForTextContainer : UIKit.NSTextContainer -> unit
override this.EnsureLayoutForTextContainer : UIKit.NSTextContainer -> unit

매개 변수

container
NSTextContainer
특성

설명

NSLayoutManager 지정된 container보다 더 많은 레이아웃을 지정할 수 있습니다. P:UIKit.NSLayoutManager.AllowsNonContinguousLayoutfalse이면 범위는 항상 텍스트의 시작 부분으로 확장됩니다.

적용 대상