MonobjcMonobjc Documented Class Library
AddressCheckingResultWithRangeComponents Method (range, components)
NamespacesMonobjc.FoundationNSTextCheckingResultAddressCheckingResultWithRangeComponents(NSRange, NSDictionary)

Creates and returns a text checking result after locating an address.

Original signature is '+ (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(NSDictionary *)components'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSTextCheckingResult AddressCheckingResultWithRangeComponents(
	NSRange range,
	NSDictionary components
)
Public Shared Function AddressCheckingResultWithRangeComponents ( _
	range As NSRange, _
	components As NSDictionary _
) As NSTextCheckingResult
public:
static NSTextCheckingResult^ AddressCheckingResultWithRangeComponents(
	NSRange range, 
	NSDictionary^ components
)
Parameters
range (NSRange)
The range of the detected result.
components (NSDictionary)
A dictionary containing the detected address components. The dictionary keys are described in “Keys for Address Components.”
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeAddress.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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