NSLayoutManagerDelegate_Extensions.DidCompleteLayout メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した NSLayoutManager が、指定したテキスト コンテナー内のテキストのレイアウトを完了したことを示します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidCompleteLayout (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, bool layoutFinishedFlag);
static member DidCompleteLayout : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSTextContainer * bool -> unit
パラメーター
この拡張メソッドが動作するインスタンス。
- layoutManager
- NSLayoutManager
- textContainer
- NSTextContainer
- layoutFinishedFlag
- Boolean
- 属性
注釈
指定した NSLayoutManager が、指定したテキスト コンテナー内のテキストのレイアウトを完了したことを示します。