Interface ICompletionInfoCollection
Interface ICompletionInfoCollection.
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public interface ICompletionInfoCollection : IList<CompletionInfo>, ICollection<CompletionInfo>, IEnumerable<CompletionInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Methods
Filter(String)
Filters the specified filter.
Declaration
CompletionFilterResult Filter(string filterParameter)
Parameters
System.String
filterParameter
The filter. |
Returns
CompletionFilterResult
CompletionFilterResult. |