Interface ICompletionInfoCollection
Interface ICompletionInfoCollection.
Inherited Members
System.Collections.Generic.IList<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.IndexOf(Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo)
System.Collections.Generic.IList<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Insert(System.Int32, Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo)
System.Collections.Generic.IList<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Item[System.Int32]
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Add(Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo)
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Clear()
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Contains(Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo)
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.CopyTo(Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo[], System.Int32)
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Remove(Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo)
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.Count
System.Collections.Generic.ICollection<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.IsReadOnly
System.Collections.Generic.IEnumerable<Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion.CompletionInfo>.GetEnumerator()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly: Telerik.WinControls.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. |