xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UITextPasteItem", WrapperType = typeof(UITextPasteItemWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetNoResult", Selector = "setNoResult")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetDefaultResult", Selector = "setDefaultResult")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetStringResult", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "setStringResult:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetAttributedStringResult", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSAttributedString) }, Selector = "setAttributedStringResult:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetAttachmentResult", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSTextAttachment) }, Selector = "setAttachmentResult:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "itemProvider", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ItemProvider", PropertyType = typeof(NSItemProvider), Selector = "itemProvider")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "localObject", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LocalObject", PropertyType = typeof(NSObject), Selector = "localObject")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "defaultAttributes", IsProperty = true, IsRequired = true, IsStatic = false, Name = "DefaultAttributes", PropertyType = typeof(NSDictionary<NSString, NSObject>), Selector = "defaultAttributes")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUITextPasteItem : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |