مشاركة عبر


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

'إقرار
ReadOnly Property IsOverloaded As Boolean
    Get
'الاستخدام
Dim instance As VCCodeFunction
Dim value As Boolean

value = instance.IsOverloaded
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

VCCodeFunction Members

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

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