MonobjcMonobjc Documented Class Library
SaveToFileSaveOperationDelegateDidSaveSelectorContextInfo Method (fileName, saveOperation, delegate, didSaveSelector, contextInfo)
NamespacesMonobjc.AppKitNSDocumentSaveToFileSaveOperationDelegateDidSaveSelectorContextInfo(NSString, NSSaveOperationType, Id, IntPtr, IntPtr)

Called after the user has been given the opportunity to select a destination through the modal Save panel. (Deprecated in Mac OS X v10.4. Use saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: instead.)

Original signature is '- (void)saveToFile:(NSString *)fileName saveOperation:(NSSaveOperationType)saveOperation delegate:(id)delegate didSaveSelector:(SEL)didSaveSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: instead.")]
public virtual void SaveToFileSaveOperationDelegateDidSaveSelectorContextInfo(
	NSString fileName,
	NSSaveOperationType saveOperation,
	Id delegate,
	IntPtr didSaveSelector,
	IntPtr contextInfo
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: instead.")> _
Public Overridable Sub SaveToFileSaveOperationDelegateDidSaveSelectorContextInfo ( _
	fileName As NSString, _
	saveOperation As NSSaveOperationType, _
	delegate As Id, _
	didSaveSelector As IntPtr, _
	contextInfo As IntPtr _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: instead.")]
public:
virtual void SaveToFileSaveOperationDelegateDidSaveSelectorContextInfo(
	NSString^ fileName, 
	NSSaveOperationType saveOperation, 
	Id^ delegate, 
	IntPtr didSaveSelector, 
	IntPtr contextInfo
)
Parameters
fileName (NSString)
MISSING
saveOperation (NSSaveOperationType)
MISSING
delegate (Id)
MISSING
didSaveSelector (IntPtr)
MISSING
contextInfo (IntPtr)
MISSING
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)