CodeFunction2::Overloads Property
Visual Studio 2015
Gets a collection of overloaded methods for this item.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
CodeFunction::OverloadsOverloads returns a collection of all 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.
Note |
|---|
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same. |
Show:
