Click or drag to resize

ISuggestionProviderGetSuggestions Method

Gets the suggestions.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
IEnumerable GetSuggestions(
	string filter
)

Parameters

filter
Type: SystemString
Specifies the filter that you can use to filter the suggestions.

Return Value

Type: IEnumerable
An enumerable holding the suggestions.
See Also