Share via


INSPasteboardReading Interface

Definition

[Foundation.Protocol(Name="NSPasteboardReading", WrapperType=typeof(AppKit.NSPasteboardReadingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=true, Name="GetReadableTypesForPasteboard", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSPasteboard) }, ReturnType=typeof(System.String[]), Selector="readableTypesForPasteboard:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=true, Name="GetReadingOptionsForType", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(AppKit.NSPasteboard) }, ReturnType=typeof(AppKit.NSPasteboardReadingOptions), Selector="readingOptionsForType:pasteboard:")]
public interface INSPasteboardReading : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSPasteboardReading", WrapperType=typeof(AppKit.NSPasteboardReadingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=true, Name="GetReadableTypesForPasteboard", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSPasteboard) }, ReturnType=typeof(System.String[]), Selector="readableTypesForPasteboard:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=true, Name="GetReadingOptionsForType", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(AppKit.NSPasteboard) }, ReturnType=typeof(AppKit.NSPasteboardReadingOptions), Selector="readingOptionsForType:pasteboard:")>]
type INSPasteboardReading = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to