Share via


CodeGraphNodeIdBuilder.HasType 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 HasType As Boolean
public bool HasType { get; }
public:
property bool HasType {
    bool get ();
}
member HasType : bool with get
function get HasType () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace