Methods::GetCount Method ()

 

When implemented in a derived class, gets the number of overloaded method signatures represented in this collection.

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

public:
virtual int GetCount() abstract

Return Value

Type: System::Int32

The number of signatures in the collection.

Return the count of the container that stores the method information.

Return to top
Show: