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