VCCodeFunction.IsOverloaded Property

Definition

Gets a value indicating whether or not a function is overloaded.

public:
 property bool IsOverloaded { bool get(); };
public:
 property bool IsOverloaded { bool get(); };
[System.Runtime.InteropServices.DispId(39)]
public bool IsOverloaded { [System.Runtime.InteropServices.DispId(39)] get; }
[<System.Runtime.InteropServices.DispId(39)>]
[<get: System.Runtime.InteropServices.DispId(39)>]
member this.IsOverloaded : bool
Public ReadOnly Property IsOverloaded As Boolean

Property Value

true if a function is overloaded; false if otherwise.

Attributes

Applies to