Source::CompletionSet Property
Visual Studio 2015
Gets the CompletionSet collection used for this instance of the Source class.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: Microsoft.VisualStudio.Package::CompletionSet^The CompletionSet object created in the constructor.
The CompletionSet object is created in the constructor by calling the CreateCompletionSet method. The completion set is used to maintain a list of members for IntelliSense completion support.
Show: