Compilation.GetSemanticModel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetSemanticModel(SyntaxTree, Boolean) |
取得指定之語法樹狀結構的新 SemanticModel 。 |
GetSemanticModel(SyntaxTree, SemanticModelOptions) |
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。
傳回
適用於
GetSemanticModel(SyntaxTree, SemanticModelOptions)
public Microsoft.CodeAnalysis.SemanticModel GetSemanticModel (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, Microsoft.CodeAnalysis.SemanticModelOptions options);
member this.GetSemanticModel : Microsoft.CodeAnalysis.SyntaxTree * Microsoft.CodeAnalysis.SemanticModelOptions -> Microsoft.CodeAnalysis.SemanticModel
Public Function GetSemanticModel (syntaxTree As SyntaxTree, options As SemanticModelOptions) As SemanticModel
參數
- syntaxTree
- SyntaxTree
- options
- SemanticModelOptions