SemanticModel.ParentModelCore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果这是推理语义模型,则返回其父语义模型。 否则,返回 null。
protected:
abstract property Microsoft::CodeAnalysis::SemanticModel ^ ParentModelCore { Microsoft::CodeAnalysis::SemanticModel ^ get(); };
protected abstract Microsoft.CodeAnalysis.SemanticModel ParentModelCore { get; }
protected abstract Microsoft.CodeAnalysis.SemanticModel? ParentModelCore { get; }
member this.ParentModelCore : Microsoft.CodeAnalysis.SemanticModel
Protected MustOverride ReadOnly Property ParentModelCore As SemanticModel