CodeGraphNodeIdTypeBuilder.HasIndirection Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
public bool HasIndirection { get; }
public:
property bool HasIndirection {
bool get();
}
member HasIndirection : bool with get
Public ReadOnly Property HasIndirection As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
CodeGraphNodeIdTypeBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top