SemanticModel.ParentModel 属性

定义

如果这是推理语义模型,则返回其父语义模型。 否则,返回 null。

public:
 property Microsoft::CodeAnalysis::SemanticModel ^ ParentModel { Microsoft::CodeAnalysis::SemanticModel ^ get(); };
public Microsoft.CodeAnalysis.SemanticModel ParentModel { get; }
public Microsoft.CodeAnalysis.SemanticModel? ParentModel { get; }
member this.ParentModel : Microsoft.CodeAnalysis.SemanticModel
Public ReadOnly Property ParentModel As SemanticModel

属性值

适用于