SyntaxNode.SyntaxTreeCore 属性

定义

返回拥有节点的 SyntaxTree。 如果节点不属于树,则会生成一个节点。

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

属性值

适用于