共用方式為


Compilation.GetSemanticModel(SyntaxTree, Boolean) 方法

定義

取得指定之語法樹狀結構的新 SemanticModel

public Microsoft.CodeAnalysis.SemanticModel GetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, bool ignoreAccessibility = false);
member this.GetSemanticModel : Microsoft.CodeAnalysis.SyntaxTree * bool -> Microsoft.CodeAnalysis.SemanticModel
Public Function GetSemanticModel (syntaxTree As SyntaxTree, Optional ignoreAccessibility As Boolean = false) As SemanticModel

參數

syntaxTree
SyntaxTree

指定的語法樹狀結構。

ignoreAccessibility
Boolean

如果 SemanticModel 在回答語意問題時應該忽略協助工具規則,則為 True。

傳回

適用於