共用方式為


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

常數,表示儲存體的方向。

傳回

指定範圍內的位置。

屬性

適用於