CompletionSet::GetCount Method ()

 

Gets the number of items that can be displayed in the completion list.

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

public:
virtual int GetCount()

Return Value

Type: System::Int32

The number of items to be displayed.

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.

Return to top
Show: