MonobjcMonobjc Documented Class Library
ReadFromDataOptionsDocumentAttributesError Method (__target, data, opts, dict, error)
NamespacesMonobjc.AppKitNSMutableAttributedString_AppKitAdditionsReadFromDataOptionsDocumentAttributesError(NSMutableAttributedString, NSData, NSDictionary, NSDictionary%, NSError%)

Sets the contents of the receiver from the stream at data.

Original signature is '- (BOOL)readFromData:(NSData *)data options:(NSDictionary *)opts documentAttributes:(NSDictionary **)dict error:(NSError **)error'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool ReadFromDataOptionsDocumentAttributesError(
	this NSMutableAttributedString __target,
	NSData data,
	NSDictionary opts,
	out NSDictionary dict,
	out NSError error
)
<ExtensionAttribute> _
Public Shared Function ReadFromDataOptionsDocumentAttributesError ( _
	__target As NSMutableAttributedString, _
	data As NSData, _
	opts As NSDictionary, _
	<OutAttribute> ByRef dict As NSDictionary, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
[ExtensionAttribute]
public:
static bool ReadFromDataOptionsDocumentAttributesError(
	NSMutableAttributedString^ __target, 
	NSData^ data, 
	NSDictionary^ opts, 
	[OutAttribute] NSDictionary^% dict, 
	[OutAttribute] NSError^% error
)
Parameters
__target (NSMutableAttributedString)
The target instance.
data (NSData)
MISSING
opts (NSDictionary)
MISSING
dict (NSDictionary%)
MISSING
error (NSError%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSMutableAttributedString_AppKitAdditions.ReadFromDataOptionsDocumentAttributesError(Monobjc.Foundation.NSMutableAttributedString,Monobjc.Foundation.NSData,Monobjc.Foundation.NSDictionary,Monobjc.Foundation.NSDictionary@,Monobjc.Foundation.NSError@)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSMutableAttributedString. 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)