NSSavePanel.RunModal Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RunModal()
[Foundation.Export("runModal")]
public virtual nint RunModal();abstract member RunModal : unit -> nint
override this.RunModal : unit -> nintReturns
		
		System.System.IntPtr
System.nativeint
	
	
	- Attributes
Applies to
RunModal(String, String)
[Foundation.Export("runModalForDirectory:file:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, "Use RunModal without parameters instead.")]
public virtual nint RunModal(string directory, string filename);abstract member RunModal : string * string -> nint
override this.RunModal : string * string -> nintParameters
- directory
- String
- filename
- String
Returns
		
		System.System.IntPtr
System.nativeint
	
	
	- Attributes