Partilhar via


MapFromResultToString Delegate

Definition

Delegate to map from an Object which represents a result value associated with a ITextSearch implementation to a a String instance.

public delegate string MapFromResultToString(object result);
type MapFromResultToString = delegate of obj -> string
Public Delegate Function MapFromResultToString(result As Object) As String 

Parameters

result
Object

The result value to map.

Return Value

A string value.

Applies to