Creates an attributed string with an attachment.
Original signature is '+ (NSAttributedString *)attributedStringWithAttachment:(NSTextAttachment *)attachment'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSAttributedString AttributedStringWithAttachment( NSTextAttachment attachment )
Public Shared Function AttributedStringWithAttachment ( _ attachment As NSTextAttachment _ ) As NSAttributedString
public: static NSAttributedString^ AttributedStringWithAttachment( NSTextAttachment^ attachment )

- attachment (NSTextAttachment)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.AttributedStringWithAttachment(Monobjc.AppKit.NSTextAttachment)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)