共用方式為


Compilation.CommonGetSemanticModel(SyntaxTree, Boolean) 方法

定義

SemanticModel取得指定 syntaxTree 之 的 。 如果 Microsoft.CodeAnalysis.Compilation.SemanticModelProvider 為非 Null,它會嘗試使用 Microsoft.CodeAnalysis.SemanticModelProvider.GetSemanticModel(Microsoft.CodeAnalysis.SyntaxTree,Microsoft.CodeAnalysis.Compilation,System.Boolean) 來取得語意模型。 否則,它會使用 Microsoft.CodeAnalysis.Compilation.CreateSemanticModel(Microsoft.CodeAnalysis.SyntaxTree,System.Boolean) 建立新的語意模型。

protected:
 abstract Microsoft::CodeAnalysis::SemanticModel ^ CommonGetSemanticModel(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree, bool ignoreAccessibility);
protected abstract Microsoft.CodeAnalysis.SemanticModel CommonGetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, bool ignoreAccessibility);
abstract member CommonGetSemanticModel : Microsoft.CodeAnalysis.SyntaxTree * bool -> Microsoft.CodeAnalysis.SemanticModel
Protected MustOverride Function CommonGetSemanticModel (syntaxTree As SyntaxTree, ignoreAccessibility As Boolean) As SemanticModel

參數

syntaxTree
SyntaxTree
ignoreAccessibility
Boolean

傳回

適用於