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[]) | |
| Append(NSAttributedString) |
Append(NSAttributedString, Object[])
public void Append(Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit
Parameters
- first
- NSAttributedString
- rest
- Object[]
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