NSOpenSavePanelDelegate.GetDisplayName(NSSavePanel, UTType) 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:displayNameForType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? GetDisplayName(AppKit.NSSavePanel panel, UniformTypeIdentifiers.UTType type);
[<Foundation.Export("panel:displayNameForType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDisplayName : AppKit.NSSavePanel * UniformTypeIdentifiers.UTType -> string
override this.GetDisplayName : AppKit.NSSavePanel * UniformTypeIdentifiers.UTType -> string
Parameters
- panel
- NSSavePanel
- type
- UTType
Returns
Implements
- Attributes