ExpansionFunction::GetListCount Method (Int32)

 

Gets the number of items in the list of values for the expansion function.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int GetListCount(
	[OutAttribute] int% iListCount
)

Parameters

iListCount
Type: System::Int32

[out] Returns the number of items in the list.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

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.

Return to top
Show: