Share via


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.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'Declaration
Public Overridable Function GetCount As Integer
'Usage
Dim instance As CompletionSet 
Dim returnValue As Integer 

returnValue = instance.GetCount()
public virtual int GetCount()
public:
virtual int GetCount()
public function GetCount() : int

Return Value

Type: System.Int32
The number of items to be displayed.

Implements

IVsCompletionSet.GetCount()

Remarks

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.

.NET Framework Security

See Also

Reference

CompletionSet Class

CompletionSet Members

Microsoft.VisualStudio.Package Namespace