Share via


IWKPreviewActionItem Interface

Definition

Interface that provides access to the properties of the preview action item for a web view.

[Foundation.Protocol(Name="WKPreviewActionItem", WrapperType=typeof(WebKit.WKPreviewActionItemWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="identifier", IsProperty=true, IsRequired=true, IsStatic=false, Name="Identifier", PropertyType=typeof(Foundation.NSString), Selector="identifier")]
public interface IWKPreviewActionItem : IDisposable, UIKit.IUIPreviewActionItem
[<Foundation.Protocol(Name="WKPreviewActionItem", WrapperType=typeof(WebKit.WKPreviewActionItemWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="identifier", IsProperty=true, IsRequired=true, IsStatic=false, Name="Identifier", PropertyType=typeof(Foundation.NSString), Selector="identifier")>]
type IWKPreviewActionItem = interface
    interface INativeObject
    interface IDisposable
    interface IUIPreviewActionItem
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Identifier

Gets the unique identifier of the preview action type.

Title

Gets or sets the title of the preview action.

(Inherited from IUIPreviewActionItem)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to