GeneratorDriverRunResult.GeneratedTrees プロパティ

定義

この生成中に生成された s は SyntaxTree、各ジェネレーターによって追加された各 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)

プロパティ値

注釈

これは、各GeneratedSources内のすべての SyntaxTrees の和集合に相当します。Results

適用対象