VCCodeFunction.IsOverloaded 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 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