Share via


CodeGraphNodeIdMemberBuilder.HasOverloadingParameterTypes Property

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public ReadOnly Property HasOverloadingParameterTypes As Boolean
public bool HasOverloadingParameterTypes { get; }
public:
property bool HasOverloadingParameterTypes {
    bool get ();
}
member HasOverloadingParameterTypes : bool with get
function get HasOverloadingParameterTypes () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdMemberBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace