Share via


IMKLocalSearchCompleterDelegate Interface

Definition

This interface represents the Objective-C protocol MKLocalSearchCompleterDelegate.

[Foundation.Protocol(Name="MKLocalSearchCompleterDelegate", WrapperType=typeof(MapKit.MKLocalSearchCompleterDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateResults", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLocalSearchCompleter) }, Selector="completerDidUpdateResults:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFail", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKLocalSearchCompleter), typeof(Foundation.NSError) }, Selector="completer:didFailWithError:")]
public interface IMKLocalSearchCompleterDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MKLocalSearchCompleterDelegate", WrapperType=typeof(MapKit.MKLocalSearchCompleterDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateResults", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLocalSearchCompleter) }, Selector="completerDidUpdateResults:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFail", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKLocalSearchCompleter), typeof(Foundation.NSError) }, Selector="completer:didFailWithError:")>]
type IMKLocalSearchCompleterDelegate = 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.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidFail(MKLocalSearchCompleter, NSError)

The search completer encountered an error while searching for completions.

DidUpdateResults(MKLocalSearchCompleter)

The search completer updated the results with new search completions.

Extension Methods

Name Description
DidFail(IMKLocalSearchCompleterDelegate, MKLocalSearchCompleter, NSError)

The search completer encountered an error while searching for completions.

DidUpdateResults(IMKLocalSearchCompleterDelegate, MKLocalSearchCompleter)

The search completer updated the results with new search completions.

GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to