UITextViewDelegate.GetWritingToolsIgnoredRangesInEnclosingRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("textView:writingToolsIgnoredRangesInEnclosingRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSValue[] GetWritingToolsIgnoredRangesInEnclosingRange(UIKit.UITextView textView, Foundation.NSRange enclosingRange);
[<Foundation.Export("textView:writingToolsIgnoredRangesInEnclosingRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetWritingToolsIgnoredRangesInEnclosingRange : UIKit.UITextView * Foundation.NSRange -> Foundation.NSValue[]
override this.GetWritingToolsIgnoredRangesInEnclosingRange : UIKit.UITextView * Foundation.NSRange -> Foundation.NSValue[]
Parameters
- textView
- UITextView
- enclosingRange
- NSRange
Returns
NSValue[]
Implements
- Attributes