MonobjcMonobjc Documented Class Library
SetIgnoredWordsInSpellDocumentWithTag Method (someWords, tag)
NamespacesMonobjc.AppKitNSSpellCheckerSetIgnoredWordsInSpellDocumentWithTag(NSArray, NSInteger)

Initializes the ignored-words document (a dictionary identified by tag with someWords), an array of words to ignore.

Original signature is '- (void)setIgnoredWords:(NSArray *)someWords inSpellDocumentWithTag:(NSInteger)tag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetIgnoredWordsInSpellDocumentWithTag(
	NSArray someWords,
	NSInteger tag
)
Public Overridable Sub SetIgnoredWordsInSpellDocumentWithTag ( _
	someWords As NSArray, _
	tag As NSInteger _
)
public:
virtual void SetIgnoredWordsInSpellDocumentWithTag(
	NSArray^ someWords, 
	NSInteger tag
)
Parameters
someWords (NSArray)
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)