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.

C# | Visual Basic | Visual C++ |
public NSTextAttachment( NSFileWrapper aWrapper )
Public Sub New ( _ aWrapper As NSFileWrapper _ )
public: NSTextAttachment( NSFileWrapper^ aWrapper )

- aWrapper (NSFileWrapper)
- The file wrapper for the receiver.

The receiver initialized to contain aWrapper and use an NSTextAttachmentCell as its attachment cell.

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