UITextPasteDelegate.CombineItemAttributedStrings Method
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.
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