從文件中獲取語法樹根
如果你已經可以從工作區( 使用工作區 ) 訪問 Document
類,則可以輕鬆訪問語法樹的根目錄。
Document document = ... // Get document from workspace or other source
var syntaxRoot = await document.GetSyntaxRootAsync();
如果你已經可以從工作區( 使用工作區 ) 訪問 Document
類,則可以輕鬆訪問語法樹的根目錄。
Document document = ... // Get document from workspace or other source
var syntaxRoot = await document.GetSyntaxRootAsync();