GeneratorDriverRunResult.GeneratedTrees 属性

定义

SyntaxTree此代过程中生成的 s 通过分析每个生成器添加的每个SourceText参数。

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTree> GeneratedTrees { get; }
member this.GeneratedTrees : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTree>
Public ReadOnly Property GeneratedTrees As ImmutableArray(Of SyntaxTree)

属性值

注解

这相当于每个项中所有SyntaxTreeGeneratedSources项的并集Results

适用于