次の方法で共有


VisualBasicCompilation.SyntaxTrees プロパティ

定義

このコンパイルで作成された構文ツリーの読み取り専用リストを取得します。

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

プロパティ値

適用対象