INSPasteboardTypeOwner Interface

Definition

[Foundation.Protocol(Name="NSPasteboardTypeOwner", WrapperType=typeof(AppKit.NSPasteboardTypeOwnerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INSPasteboardTypeOwner : IDisposable, ObjCRuntime.INativeObject
type INSPasteboardTypeOwner = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

ProvideData(NSPasteboard, String)

Extension Methods

PasteboardChangedOwner(INSPasteboardTypeOwner, NSPasteboard)

Applies to