Share via


IUITextSearchAggregator Interface

Definition

This interface represents the Objective-C protocol UITextSearchAggregator.

[Foundation.Protocol(Name="UITextSearchAggregator", WrapperType=typeof(UIKit.UITextSearchAggregatorWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFoundRange", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextRange), typeof(System.String), typeof(Foundation.INSCopying) }, Selector="foundRange:forSearchString:inDocument:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Invalidate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextRange), typeof(Foundation.INSCopying) }, Selector="invalidateFoundRange:inDocument:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FinishedSearching", Selector="finishedSearching")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Invalidate", Selector="invalidate")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allFoundRanges", IsProperty=true, IsRequired=true, IsStatic=false, Name="AllFoundRanges", PropertyType=typeof(Foundation.NSOrderedSet<UIKit.UITextRange>), Selector="allFoundRanges")]
public interface IUITextSearchAggregator : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UITextSearchAggregator", WrapperType=typeof(UIKit.UITextSearchAggregatorWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFoundRange", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextRange), typeof(System.String), typeof(Foundation.INSCopying) }, Selector="foundRange:forSearchString:inDocument:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Invalidate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextRange), typeof(Foundation.INSCopying) }, Selector="invalidateFoundRange:inDocument:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FinishedSearching", Selector="finishedSearching")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Invalidate", Selector="invalidate")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="allFoundRanges", IsProperty=true, IsRequired=true, IsStatic=false, Name="AllFoundRanges", PropertyType=typeof(Foundation.NSOrderedSet<UIKit.UITextRange>), Selector="allFoundRanges")>]
type IUITextSearchAggregator = interface
    interface INativeObject
    interface IDisposable
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.

Properties

Name Description
AllFoundRanges
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
FinishedSearching()
GetFoundRange(UITextRange, String, INSCopying)
Invalidate()
Invalidate(UITextRange, INSCopying)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to