Share via


NSAttributedStringCompletionHandler Delegate

Definition

public delegate void NSAttributedStringCompletionHandler(NSAttributedString? attributedString, NSDictionary<NSString,NSObject>? attributes, NSError? error);
type NSAttributedStringCompletionHandler = delegate of NSAttributedString * NSDictionary<NSString, NSObject> * NSError -> unit

Parameters

attributedString
NSAttributedString
error
NSError

Applies to