ExpansionFunction::GetListCount Method (Int32)
Visual Studio 2015
Gets the number of items in the list of values for the expansion function.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- iListCount
-
Type:
System::Int32
[out] Returns the number of items in the list.
This method is an implementation of the GetListCount method on the IVsExpansionFunction method.
The base method returns the count of items returned from a call to the GetIntellisenseList method. The base method always returns a success code of S_OK.
Show: