xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UITextPasteDelegate", WrapperType = typeof(UITextPasteDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TransformPasteItem", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(IUITextPasteConfigurationSupporting), typeof(IUITextPasteItem) }, Selector = "textPasteConfigurationSupporting:transformPasteItem:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CombineItemAttributedStrings", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IUITextPasteConfigurationSupporting), typeof(NSAttributedString[]), typeof(UITextRange) }, ReturnType = typeof(NSAttributedString), Selector = "textPasteConfigurationSupporting:combineItemAttributedStrings:forRange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformPaste", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IUITextPasteConfigurationSupporting), typeof(NSAttributedString), typeof(UITextRange) }, ReturnType = typeof(UITextRange), Selector = "textPasteConfigurationSupporting:performPasteOfAttributedString:toRange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldAnimatePaste", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IUITextPasteConfigurationSupporting), typeof(NSAttributedString), typeof(UITextRange) }, ReturnType = typeof(bool), Selector = "textPasteConfigurationSupporting:shouldAnimatePasteOfAttributedString:toRange:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUITextPasteDelegate : 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. |