CompletionSet::Completions Property

 

Gets or sets the list of completions 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^>^ Completions {
	virtual IList<Completion^>^ get();
}

Property Value

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

A list of Completion objects.

When you override this property, you must implement INotifyCollectionChanged.

Return to top
Show: