VCCodeFunction::Overloads Property
Visual Studio 2015
Gets a collection of overloaded methods for this item.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Overloads returns a collection of all the methods with the same name that are defined textually alongside the specified code function (that is, lexically in the same class definition syntax). If IsOverloaded is false, then this collection contains only one element — the specified code function.
Show: