SemanticModel.SyntaxTreeCore 属性

定义

从中获取此模型的语法树。

protected:
 abstract property Microsoft::CodeAnalysis::SyntaxTree ^ SyntaxTreeCore { Microsoft::CodeAnalysis::SyntaxTree ^ get(); };
protected abstract Microsoft.CodeAnalysis.SyntaxTree SyntaxTreeCore { get; }
member this.SyntaxTreeCore : Microsoft.CodeAnalysis.SyntaxTree
Protected MustOverride ReadOnly Property SyntaxTreeCore As SyntaxTree

属性值

适用于