UITextPasteDelegate.CombineItemAttributedStrings Method

Definition

Method that is called to combine multiple attributed strings.

[Foundation.Export("textPasteConfigurationSupporting:combineItemAttributedStrings:forRange:")]
public virtual Foundation.NSAttributedString CombineItemAttributedStrings (UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString[] itemStrings, UIKit.UITextRange textRange);
abstract member CombineItemAttributedStrings : UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString[] * UIKit.UITextRange -> Foundation.NSAttributedString
override this.CombineItemAttributedStrings : UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString[] * UIKit.UITextRange -> Foundation.NSAttributedString

Parameters

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

The receiving object.

itemStrings
NSAttributedString[]

The strings to combine.

textRange
UITextRange

The range in which to paste or drop the combined strings.

Returns

Attributes

Applies to