NSMutableAttributedString.Append 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.
Overloads
| Name | Description |
|---|---|
| Append(NSAttributedString, Object[]) |
Appends an attributed string and additional objects to the end of the receiver. |
| Append(NSAttributedString) |
Append(NSAttributedString, Object[])
Appends an attributed string and additional objects to the end of the receiver.
public void Append(Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit
Parameters
- first
- NSAttributedString
The first attributed string to append.
- rest
- Object[]
Additional objects to append. Can be NSAttributedString, String, or other objects whose ToString() method will be called.
Applies to
Append(NSAttributedString)
[Foundation.Export("appendAttributedString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Append(Foundation.NSAttributedString attrString);
[<Foundation.Export("appendAttributedString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit
Parameters
- attrString
- NSAttributedString
- Attributes