UITextField.GetCharacterRange(UITextPosition, UITextLayoutDirection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回範圍,代表 中盡可能從 到 的 direction
距離 byExtendingPosition
。
[Foundation.Export("characterRangeByExtendingPosition:inDirection:")]
public virtual UIKit.UITextRange GetCharacterRange (UIKit.UITextPosition byExtendingPosition, UIKit.UITextLayoutDirection direction);
abstract member GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange
override this.GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange
參數
- byExtendingPosition
- UITextPosition
某些文字中的位置。
- direction
- UITextLayoutDirection
版面配置的方向。
傳回
實作
- 屬性