UITextPasteDelegate_Extensions.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.
public static Foundation.NSAttributedString CombineItemAttributedStrings (this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString[] itemStrings, UIKit.UITextRange textRange);
static member CombineItemAttributedStrings : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString[] * UIKit.UITextRange -> Foundation.NSAttributedString
Parameters
- This
- IUITextPasteDelegate
The instance on which this extension method operates.
- textPasteConfigurationSupporting
- IUITextPasteConfigurationSupporting
The receiving object.
- itemStrings
- NSAttributedString[]
The strings to combine.
- textRange
- UITextRange
The range in which to paste or drop the combined strings.