GeneratorDriverRunResult.GeneratedTrees 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在此產生期間產生的 ,會 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 中所有 SyntaxTree 的聯集Results