SLComposeServiceViewController.ShouldSetSpellingState 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:shouldSetSpellingState:range:")]
public virtual nint ShouldSetSpellingState (AppKit.NSTextView textView, nint value, Foundation.NSRange affectedCharRange);
abstract member ShouldSetSpellingState : AppKit.NSTextView * nint * Foundation.NSRange -> nint
override this.ShouldSetSpellingState : AppKit.NSTextView * nint * Foundation.NSRange -> nint
Parameters
- textView
- NSTextView
- value
- System.System.IntPtr System.nativeint
- affectedCharRange
- NSRange
Returns
System.System.IntPtr
System.nativeint
- Attributes