Declarations::GetCount Method ()
Visual Studio 2015
When implemented in a derived class, gets the number of items in the list of declarations.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
How the declarations are stored is dependent on your implementation of the Declarations class. Note, however, that the GetBestMatch method assumes the list is sorted in ascending order.
Show: