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
用法
Dim instance As VCCodeFunction
Dim value As Boolean

value = instance.IsOverloaded
bool IsOverloaded { get; }
property bool IsOverloaded {
    bool get ();
}
function get IsOverloaded () : boolean

Property Value

Type: System.Boolean

true if a function is overloaded; false if otherwise.

Permissions

See Also

Concepts

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

Reference

VCCodeFunction Interface

VCCodeFunction Members

Microsoft.VisualStudio.VCCodeModel Namespace