NSOpenSavePanelDelegate.ValidateUrl(NSSavePanel, NSUrl, NSError) 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.
[Foundation.Export("panel:validateURL:error:")]
public virtual bool ValidateUrl (AppKit.NSSavePanel panel, Foundation.NSUrl url, out Foundation.NSError outError);
abstract member ValidateUrl : AppKit.NSSavePanel * Foundation.NSUrl * -> bool
override this.ValidateUrl : AppKit.NSSavePanel * Foundation.NSUrl * -> bool
Parameters
- panel
- NSSavePanel
- url
- NSUrl
- outError
- NSError
Returns
- Attributes