Share via


IBETextSelectionDirectionNavigation Interface

Definition

This interface represents the Objective-C protocol BETextSelectionDirectionNavigation.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BETextSelectionDirectionNavigation", WrapperType=typeof(BrowserEngineKit.BETextSelectionDirectionNavigationWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="MoveInLayoutDirection", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextLayoutDirection) }, Selector="moveInLayoutDirection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ExtendInLayoutDirection", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextLayoutDirection) }, Selector="extendInLayoutDirection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="MoveInStorageDirection", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextStorageDirection), typeof(UIKit.UITextGranularity) }, Selector="moveInStorageDirection:byGranularity:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ExtendInStorageDirection", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextStorageDirection), typeof(UIKit.UITextGranularity) }, Selector="extendInStorageDirection:byGranularity:")]
public interface IBETextSelectionDirectionNavigation : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BETextSelectionDirectionNavigation", WrapperType=typeof(BrowserEngineKit.BETextSelectionDirectionNavigationWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="MoveInLayoutDirection", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextLayoutDirection) }, Selector="moveInLayoutDirection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ExtendInLayoutDirection", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextLayoutDirection) }, Selector="extendInLayoutDirection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="MoveInStorageDirection", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextStorageDirection), typeof(UIKit.UITextGranularity) }, Selector="moveInStorageDirection:byGranularity:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ExtendInStorageDirection", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextStorageDirection), typeof(UIKit.UITextGranularity) }, Selector="extendInStorageDirection:byGranularity:")>]
type IBETextSelectionDirectionNavigation = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to