MonobjcMonobjc Documented Class Library
IgnoredWordsInSpellDocumentWithTag Method (tag)
NamespacesMonobjc.AppKitNSSpellCheckerIgnoredWordsInSpellDocumentWithTag(NSInteger)

Returns the array of ignored words for a document identified by tag.

Original signature is '- (NSArray *)ignoredWordsInSpellDocumentWithTag:(NSInteger)tag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray IgnoredWordsInSpellDocumentWithTag(
	NSInteger tag
)
Public Overridable Function IgnoredWordsInSpellDocumentWithTag ( _
	tag As NSInteger _
) As NSArray
public:
virtual NSArray^ IgnoredWordsInSpellDocumentWithTag(
	NSInteger tag
)
Parameters
tag (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSSpellChecker.IgnoredWordsInSpellDocumentWithTag(Monobjc.Foundation.NSInteger)"]

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)