VCCodeFunction.Overloads Property

Definition

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] get; }
[<System.Runtime.InteropServices.DispId(42)>]
[<get: System.Runtime.InteropServices.DispId(42)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
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.

Applies to