Compilation.SyntaxTrees 属性

定义

获取 (从源代码分析的语法树) 使用此编译。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTree ^> ^ SyntaxTrees { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTree ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTree> SyntaxTrees { get; }
member this.SyntaxTrees : seq<Microsoft.CodeAnalysis.SyntaxTree>
Public ReadOnly Property SyntaxTrees As IEnumerable(Of SyntaxTree)

属性值

适用于