TextSuggestionProviderAsync Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public TextSuggestionProviderAsync(
Func<string, Task<string>> getSuggestion
)
Public Sub New (
getSuggestion As Func(Of String, Task(Of String))
)
Parameters
- getSuggestion FuncString, TaskString
- Delegate method that will provide the string with the suggestion.