Document.TryGetSemanticModel(SemanticModel) 方法

定义

如果模型已计算且仍缓存,则获取本文档的当前语义模型。 在几乎所有情况下,都应调用 GetSemanticModelAsync(CancellationToken),如有必要,该模型将计算语义模型。

public:
 bool TryGetSemanticModel([Runtime::InteropServices::Out] Microsoft::CodeAnalysis::SemanticModel ^ % semanticModel);
public bool TryGetSemanticModel (out Microsoft.CodeAnalysis.SemanticModel semanticModel);
public bool TryGetSemanticModel (out Microsoft.CodeAnalysis.SemanticModel? semanticModel);
member this.TryGetSemanticModel : SemanticModel -> bool
Public Function TryGetSemanticModel (ByRef semanticModel As SemanticModel) As Boolean

参数

semanticModel
SemanticModel

返回

适用于