Share via


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

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdTypeBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace