ISuggestionProviderGetSuggestions Method
Gets the list of suggestions according to the indicated filter.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
IEnumerable GetSuggestions(
string filter
)
Function GetSuggestions (
filter As String
) As IEnumerable
- filter String
- String with the text that is used to filter the suggestions.
IEnumerableIEnumerable with the suggested elements.