Share via


INSearchForPhotosIntentHandling_Extensions Class

Definition

Extension methods to the IINSearchForPhotosIntentHandling interface to support all the methods from the INSearchForPhotosIntentHandling protocol.

public static class INSearchForPhotosIntentHandling_Extensions
type INSearchForPhotosIntentHandling_Extensions = class
Inheritance
INSearchForPhotosIntentHandling_Extensions

Remarks

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

Methods

Name Description
Confirm(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

Developers may override this method to customize the confirmation of a photo search.

ResolveAlbumName(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult>)

Developers may override this method to customize the resoluition of a photo album name.

ResolveDateCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may override this method to customize the resolution of a date-created variable.

ResolveLocationCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPlacemarkResolutionResult>)

Developers may override this method to customize the resolution of the location-created variable.

ResolvePeopleInPhoto(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPersonResolutionResult[]>)

Developers may override this method to customize the resolution of people in the photo.

ResolveSearchTerms(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult[]>)

Developers may implement this method to customize resolution of the search terms.

Applies to