Share via


UITextPasteDelegate_Extensions.CombineItemAttributedStrings Method

Definition

Method that is called to combine multiple attributed strings.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSAttributedString CombineItemAttributedStrings(this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString[] itemStrings, UIKit.UITextRange textRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CombineItemAttributedStrings : UIKit.IUITextPasteDelegate * 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