MonobjcMonobjc Documented Class Library
FileAttributesToWriteToFileOfTypeSaveOperation Method (fullDocumentPath, docType, saveOperationType)
NamespacesMonobjc.AppKitNSDocumentFileAttributesToWriteToFileOfTypeSaveOperation(NSString, NSString, NSSaveOperationType)

Returns the file attributes that should be written to the named document file of the specified type. (Deprecated in Mac OS X v10.4. Use fileAttributesToWriteToURL:ofType:forSaveOperation:originalContentsURL:error: instead.)

Original signature is '- (NSDictionary *)fileAttributesToWriteToFile:(NSString *)fullDocumentPath ofType:(NSString *)docType saveOperation:(NSSaveOperationType)saveOperationType'

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use fileAttributesToWriteToURL:ofType:forSaveOperation:originalContentsURL:error: instead.")]
public virtual NSDictionary FileAttributesToWriteToFileOfTypeSaveOperation(
	NSString fullDocumentPath,
	NSString docType,
	NSSaveOperationType saveOperationType
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use fileAttributesToWriteToURL:ofType:forSaveOperation:originalContentsURL:error: instead.")> _
Public Overridable Function FileAttributesToWriteToFileOfTypeSaveOperation ( _
	fullDocumentPath As NSString, _
	docType As NSString, _
	saveOperationType As NSSaveOperationType _
) As NSDictionary
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use fileAttributesToWriteToURL:ofType:forSaveOperation:originalContentsURL:error: instead.")]
public:
virtual NSDictionary^ FileAttributesToWriteToFileOfTypeSaveOperation(
	NSString^ fullDocumentPath, 
	NSString^ docType, 
	NSSaveOperationType saveOperationType
)
Parameters
fullDocumentPath (NSString)
MISSING
docType (NSString)
MISSING
saveOperationType (NSSaveOperationType)
MISSING
Return Value

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

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)