CompletionSet::GetCount Method ()
Visual Studio 2015
Gets the number of items that can be displayed in the completion list.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Implements
IVsCompletionSet::GetCount()This method is an implementation of the GetCount method on the IVsCompletionSet interface.
The base method forwards the call to the GetCount method on the Declarations object that was passed to the Init method.
Show: