Share via


NSUrl.PreviewItemTitle Property

Definition

Gets the title for the preview item.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? PreviewItemTitle { [Foundation.Export("previewItemTitle")] get; }
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string PreviewItemTitle { [Foundation.Export("previewItemTitle")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("previewItemTitle")>]
member this.PreviewItemTitle : string

Property Value

The title for the preview item.

Implements

Attributes

Applies to