MonobjcMonobjc Documented Class Library
DataRepresentationOfType Method (aType)
NamespacesMonobjc.AppKitNSDocumentDataRepresentationOfType(NSString)

A primitive method overridden by subclasses to return a data object that represents the data of the receiver in a given type. (Deprecated in Mac OS X v10.4. Use dataOfType:error: instead.)

Original signature is '- (NSData *)dataRepresentationOfType:(NSString *)aType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use dataOfType:error: instead.")]
public virtual NSData DataRepresentationOfType(
	NSString aType
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use dataOfType:error: instead.")> _
Public Overridable Function DataRepresentationOfType ( _
	aType As NSString _
) As NSData
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use dataOfType:error: instead.")]
public:
virtual NSData^ DataRepresentationOfType(
	NSString^ aType
)
Parameters
aType (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocument.DataRepresentationOfType(Monobjc.Foundation.NSString)"]

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)