MonobjcMonobjc Documented Class Library
InitWithFileWrapper Method (aWrapper)
NamespacesMonobjc.AppKitNSTextAttachmentInitWithFileWrapper(NSFileWrapper)

Initializes a newly allocated NSTextAttachment object to contain the given file wrapper.

Original signature is '- (id)initWithFileWrapper:(NSFileWrapper *)aWrapper'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithFileWrapper(
	NSFileWrapper aWrapper
)
Public Overridable Function InitWithFileWrapper ( _
	aWrapper As NSFileWrapper _
) As Id
public:
virtual Id^ InitWithFileWrapper(
	NSFileWrapper^ aWrapper
)
Parameters
aWrapper (NSFileWrapper)
The file wrapper for the receiver.
Return Value
The receiver initialized to contain aWrapper and use an NSTextAttachmentCell as its attachment cell.
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)