ICompletionInfoCollection
Interface
Interface ICompletionInfoCollection.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public interface ICompletionInfoCollection : IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Derived Classes:
Inherited Members
Methods
Filters the specified filter.
C#
CompletionFilterResult Filter(string filterParameter)
The filter.
Returns:CompletionFilterResult.