TextSuggestionProviderAsyncGetSuggestionAsync Method

Gets the string with the suggestion according to the indicated filter.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Task<string> GetSuggestionAsync(
	string value
)

Parameters

value  String
String with the text used to filter suggestions.

Return Value

TaskString
A task representing the asynchronous operation.

Implements

ITextSuggestionProviderAsyncGetSuggestionAsync(String)

See Also