VisualBasicCompilation.SyntaxTrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a read-only list of the syntax trees that this compilation was created with.
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)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.