CompletionSet::CompletionBuilders Property
Visual Studio 2015
Gets or sets the list of completion builders that are part of this completion set.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property IList<Completion^>^ CompletionBuilders { virtual IList<Completion^>^ get(); }
Completion builders are completions that are displayed separately from the other completions in the completion set. In the default presentation, completion builders appear in a non-scrolled list above the scrolled list of completions.
Note |
|---|
When you override this property, you must implement INotifyCollectionChanged. |
Show:
