Share via


CodeGraphNodeIdBuilder.HasParameter Property

 

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

Syntax

public bool HasParameter { get; }
public:
property bool HasParameter {
    bool get();
}
member HasParameter : bool with get
Public ReadOnly Property HasParameter As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

CodeGraphNodeIdBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top