VCCodeFunction.IsOverloaded Property

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

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property IsOverloaded As Boolean
    Get
bool IsOverloaded { get; }
property bool IsOverloaded {
    bool get ();
}
abstract IsOverloaded : bool
function get IsOverloaded () : boolean

Property Value

Type: System.Boolean
true if a function is overloaded; false if otherwise.

.NET Framework Security

See Also

Reference

VCCodeFunction Interface

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples