次の方法で共有


IUITextInput.GetPositionWithinRange メソッド

定義

指定した範囲内の位置を取得します。

[Foundation.Export("positionWithinRange:farthestInDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextPosition GetPositionWithinRange (UIKit.UITextRange range, UIKit.UITextLayoutDirection direction);
abstract member GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition

パラメーター

range
UITextRange

ドキュメントのテキストの範囲を示す UITextRange オブジェクト。

direction
UITextLayoutDirection

ストレージの方向を示す定数。

戻り値

指定した範囲内の位置。

属性

適用対象