xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UITextDroppable", WrapperType = typeof(UITextDroppableWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "textDropInteraction", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TextDropInteraction", PropertyType = typeof(UIDropInteraction), Selector = "textDropInteraction")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isTextDropActive", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TextDropActive", PropertyType = typeof(bool), Selector = "textDropActive")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Weak, GetterSelector = "textDropDelegate", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TextDropDelegate", PropertyType = typeof(IUITextDropDelegate), Selector = "textDropDelegate", SetterSelector = "setTextDropDelegate:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUITextDroppable : INativeObject, IDisposable, IUIKeyInput, IUIPasteConfigurationSupporting, IUITextInput, IUITextInputTraits, IUITextPasteConfigurationSupporting
{
[Preserve(Conditional = true)]
UIDropInteraction? TextDropInteraction
{
[Export("textDropInteraction")]
get;
}
}
}
.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. |