NSMutableAttributedString.Append メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Append(NSAttributedString, Object[]) | |
Append(NSAttributedString) |
属性付き文字列をこの文字列に追加します。 |
Append(NSAttributedString, Object[])
public void Append (Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit
パラメーター
- first
- NSAttributedString
- rest
- Object[]
適用対象
Append(NSAttributedString)
属性付き文字列をこの文字列に追加します。
[Foundation.Export("appendAttributedString:")]
public virtual void Append (Foundation.NSAttributedString attrString);
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit
パラメーター
- attrString
- NSAttributedString
追加する属性付き文字列。
- 属性