MonobjcMonobjc Documented Class Library
LinkCheckingResultWithRangeURL Method (range, url)
NamespacesMonobjc.FoundationNSTextCheckingResultLinkCheckingResultWithRangeURL(NSRange, NSURL)

Creates and returns a text checking result after locating a URL link.

Original signature is '+ (NSTextCheckingResult *)linkCheckingResultWithRange:(NSRange)range URL:(NSURL *)url'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSTextCheckingResult LinkCheckingResultWithRangeURL(
	NSRange range,
	NSURL url
)
Public Shared Function LinkCheckingResultWithRangeURL ( _
	range As NSRange, _
	url As NSURL _
) As NSTextCheckingResult
public:
static NSTextCheckingResult^ LinkCheckingResultWithRangeURL(
	NSRange range, 
	NSURL^ url
)
Parameters
range (NSRange)
The range of the detected result.
url (NSURL)
The detected URL.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeLink.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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