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
要附加的屬性字串。
- 屬性