CompletionSet.GetCount Method

Definition

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

public:
 virtual int GetCount();
public:
 virtual int GetCount();
 virtual int GetCount();
public virtual int GetCount ();
abstract member GetCount : unit -> int
override this.GetCount : unit -> int
Public Overridable Function GetCount () As Integer

Returns

The number of items to be displayed.

Implements

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.

Applies to