CSSearchableIndexDelegate_Extensions Class

Definition

Extension methods to the ICSSearchableIndexDelegate interface to support all the methods from the CSSearchableIndexDelegate protocol.

public static class CSSearchableIndexDelegate_Extensions
type CSSearchableIndexDelegate_Extensions = class
Inheritance
CSSearchableIndexDelegate_Extensions

Remarks

The extension methods for ICSSearchableIndexDelegate allow developers to treat instances of the interface as having all the optional methods of the original CSSearchableIndexDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidFinishThrottle(ICSSearchableIndexDelegate, CSSearchableIndex)
DidThrottle(ICSSearchableIndexDelegate, CSSearchableIndex)
GetData(ICSSearchableIndexDelegate, CSSearchableIndex, String, String, NSError)
GetFileUrl(ICSSearchableIndexDelegate, CSSearchableIndex, String, String, Boolean, NSError)

Applies to