MonobjcMonobjc Documented Class Library
ResultType Property
NamespacesMonobjc.FoundationNSTextCheckingResultResultType

Returns the result type that the receiver represents. (read-only)

Original signature is '@property(readonly) NSTextCheckingType resultType'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTextCheckingType ResultType { get; }
Public Overridable ReadOnly Property ResultType As NSTextCheckingType
	Get
public:
virtual property NSTextCheckingType ResultType {
	NSTextCheckingType get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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