Document.TryGetSemanticModel(SemanticModel) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果模型已计算且仍缓存,则获取本文档的当前语义模型。 在几乎所有情况下,都应调用 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