VCCodeFunction.Overloads Property
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 a collection of overloaded methods for this item.
public:
property EnvDTE::CodeElements ^ Overloads { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(42)]
public EnvDTE.CodeElements Overloads { [System.Runtime.InteropServices.DispId(42)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(42)>]
[<get: System.Runtime.InteropServices.DispId(42)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Overloads : EnvDTE.CodeElements
Public ReadOnly Property Overloads As CodeElements
Property Value
A CodeElements collection.
- Attributes
Remarks
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.