In This Article

ICompletionItemCollectionView Interface

Provides the base requirements for an object that represents a filtered collection view of ICompletionItem objects.

public interface ICompletionItemCollectionView : IList<ICompletionItem>, ICollection<ICompletionItem>, IEnumerable<ICompletionItem>, IEnumerable, INotifyCollectionChanged

Methods

Refresh()

Refreshes the view.

void Refresh()