Instance Property インスタンスプロパティ

containsAttachments

A Boolean value that indicates whether the attribute string contains any attachment attributes. 属性文字列が何らかの添付属性を含むかどうかを指し示しているブール値。

Declaration 宣言

var containsAttachments: Bool { get }

Return Value 戻り値

YES if the attributed string contains any attachment attributes, otherwise NO. YES、もし属性付き文字列が何らかの添付書類属性を含むならば、そうでなければNO。

Discussion 議論

This method checks only for attachment attributes, not for NSAttachmentCharacter. このメソッドは、添付書類属性についてだけ確認します、NSAttachmentCharacterについてはしません。