xamarintvos
namespace UIKit
{
[Protocol(Name = "UIKeyInput", WrapperType = typeof(UIKeyInputWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DeleteBackward", Selector = "deleteBackward")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertText", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "insertText:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "hasText", IsProperty = true, IsRequired = true, IsStatic = false, Name = "HasText", PropertyType = typeof(bool), Selector = "hasText")]
public interface IUIKeyInput : INativeObject, IDisposable, IUITextInputTraits
{
[Preserve(Conditional = true)]
bool HasText
{
[Export("hasText")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |