MonobjcMonobjc Documented Class Library
NSTextCheckingTypes Enumeration
NamespacesMonobjc.FoundationNSTextCheckingTypes

Defines the types of checking that are available. The system supports its own internal types, and the user can extend those types by subclassing NSTextCheckingResult and adding their own custom types.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextCheckingTypes
Public Enumeration NSTextCheckingTypes
public enum class NSTextCheckingTypes
Members
MemberDescription
NSTextCheckingAllSystemTypes

Checking types supported by the system. The first 32 types are reserved.

Available in Mac OS X v10.6 and later.


NSTextCheckingAllCustomTypes

Checking types that can be used by clients.

Available in Mac OS X v10.6 and later.


NSTextCheckingAllTypes

All possible checking types, both system and user supported.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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