MonobjcMonobjc Documented Class Library
ContainsAttachments Method (__target)
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsContainsAttachments(NSAttributedString)

Returns YES if the receiver contains any attachment attributes, NO otherwise.

Original signature is '- (BOOL)containsAttachments'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool ContainsAttachments(
	this NSAttributedString __target
)
<ExtensionAttribute> _
Public Shared Function ContainsAttachments ( _
	__target As NSAttributedString _
) As Boolean
[ExtensionAttribute]
public:
static bool ContainsAttachments(
	NSAttributedString^ __target
)
Parameters
__target (NSAttributedString)
The target instance.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.ContainsAttachments(Monobjc.Foundation.NSAttributedString)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSAttributedString. When you use instance method syntax to call this method, omit the first parameter.
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)