CodeGraphNodeIdBuilder.HasType Property

 

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

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

Return to top