共用方式為


VisualBasicCompilation.GetSemanticModel(SyntaxTree, Boolean) 方法

定義

取得全新的 SemanticModel。 請注意,每個叫用都會取得全新的 SemanticModel,每個叫用都有快取。 因此,其中一個會捨棄 SemanticModel 來有效地清除快取。

public Microsoft.CodeAnalysis.SemanticModel GetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, bool ignoreAccessibility = false);
override 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

傳回

適用於