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)

property bool IsOverloaded {
	bool get();
}

Property Value

Type: System::Boolean

true if a function is overloaded; false if otherwise.

Return to top
Show: