Use contains
instead.
contains
を代わりに使ってください。
Instance Property
インスタンスプロパティ
contains
containsAttachments
A Boolean value that indicates whether the attribute string contains any attachment attributes.
属性文字列が何らかの添付属性を含むかどうかを指し示しているブール値。
Deprecated 非推奨
Availability 有効性
- macOS 10.0–10.11 Deprecated
Technology
- App
Kit
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 NSAttachment
.
このメソッドは、添付書類属性についてだけ確認します、NSAttachment
についてはしません。