MonobjcMonobjc Documented Class Library
SpellCheckingResultWithRange Method (range)
NamespacesMonobjc.FoundationNSTextCheckingResultSpellCheckingResultWithRange(NSRange)

Creates and returns a text checking result after locating a misspelled word.

Original signature is '+ (NSTextCheckingResult *)spellCheckingResultWithRange:(NSRange)range'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSTextCheckingResult SpellCheckingResultWithRange(
	NSRange range
)
Public Shared Function SpellCheckingResultWithRange ( _
	range As NSRange _
) As NSTextCheckingResult
public:
static NSTextCheckingResult^ SpellCheckingResultWithRange(
	NSRange range
)
Parameters
range (NSRange)
The range of the detected result.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeSpelling.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)