CompletionSet.GetCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.