CodeGraphNodeIdTypeBuilder.HasParentType Property

 

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

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

Return to top