ISuggestionProviderGetSuggestions Method

Gets the list of suggestions 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#
IEnumerable GetSuggestions(
	string filter
)

Parameters

filter  String
String with the text that is used to filter the suggestions.

Return Value

IEnumerable
IEnumerable with the suggested elements.

See Also