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
'Usage
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
How to: Compile and Run the Automation Object Model Code Examples