MonobjcMonobjc Documented Class Library
AttributedStringWithAttachment Method (attachment)
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsAttributedStringWithAttachment(NSTextAttachment)

Creates an attributed string with an attachment.

Original signature is '+ (NSAttributedString *)attributedStringWithAttachment:(NSTextAttachment *)attachment'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSAttributedString AttributedStringWithAttachment(
	NSTextAttachment attachment
)
Public Shared Function AttributedStringWithAttachment ( _
	attachment As NSTextAttachment _
) As NSAttributedString
public:
static NSAttributedString^ AttributedStringWithAttachment(
	NSTextAttachment^ attachment
)
Parameters
attachment (NSTextAttachment)
MISSING
Return Value

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

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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)