xamarinmac
namespace AppKit
{
[Protocol(Name = "NSPasteboardWriting", WrapperType = typeof(NSPasteboardWritingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetWritableTypesForPasteboard", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSPasteboard) }, ReturnType = typeof(string[]), Selector = "writableTypesForPasteboard:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetWritingOptionsForType", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(NSPasteboard) }, ReturnType = typeof(NSPasteboardWritingOptions), Selector = "writingOptionsForType:pasteboard:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPasteboardPropertyListForType", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, ReturnType = typeof(NSObject), Selector = "pasteboardPropertyListForType:")]
public interface INSPasteboardWriting : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |