共用方式為


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)

屬性值

適用於