Share via


NSTextRange.GetTextRangeByIntersecting(NSTextRange) Method

Definition

[Foundation.Export("textRangeByIntersectingWithTextRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextRange? GetTextRangeByIntersecting(UIKit.NSTextRange textRange);
[<Foundation.Export("textRangeByIntersectingWithTextRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextRangeByIntersecting : UIKit.NSTextRange -> UIKit.NSTextRange
override this.GetTextRangeByIntersecting : UIKit.NSTextRange -> UIKit.NSTextRange

Parameters

textRange
NSTextRange

Returns

Attributes

Applies to