MonobjcMonobjc Documented Class Library
IgnoreWordInSpellDocumentWithTag Method (wordToIgnore, tag)
NamespacesMonobjc.AppKitNSSpellCheckerIgnoreWordInSpellDocumentWithTag(NSString, NSInteger)

Instructs the spell checker to ignore all future occurrences of wordToIgnore in the document identified by tag.

Original signature is '- (void)ignoreWord:(NSString *)wordToIgnore inSpellDocumentWithTag:(NSInteger)tag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void IgnoreWordInSpellDocumentWithTag(
	NSString wordToIgnore,
	NSInteger tag
)
Public Overridable Sub IgnoreWordInSpellDocumentWithTag ( _
	wordToIgnore As NSString, _
	tag As NSInteger _
)
public:
virtual void IgnoreWordInSpellDocumentWithTag(
	NSString^ wordToIgnore, 
	NSInteger tag
)
Parameters
wordToIgnore (NSString)
MISSING
tag (NSInteger)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)