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
bool IsOverloaded { get; }
property bool IsOverloaded {
bool get ();
}
abstract IsOverloaded : bool with get
function get IsOverloaded () : boolean
Property Value
Type: Boolean
true if a function is overloaded; false if otherwise.
.NET Framework Security
- 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
Reference
Microsoft.VisualStudio.VCCodeModel Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples