SemanticModel.ParentModel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果这是推理语义模型,则返回其父语义模型。 否则,返回 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