CompletionSet::CompletionBuilders Property

 

Gets or sets the list of completion builders that are part of this completion set.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property IList<Completion^>^ CompletionBuilders {
	virtual IList<Completion^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<Completion^>^

A list of Completion objects.

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.

System_CAPS_noteNote

When you override this property, you must implement INotifyCollectionChanged.

Return to top
Show: