GeneratorDriverRunResult.GeneratedTrees プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この生成中に生成された 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