NSAttributedStringCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that specifies the callback for the EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback) method.
public delegate void NSAttributedStringCallback(NSObject value, NSRange range, ref bool stop);
type NSAttributedStringCallback = delegate of NSObject * NSRange * -> unit
Parameters
- value
- NSObject
- range
- NSRange
- stop
- Boolean