EnumBuilder.UnderlyingFieldCore 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,获取此枚举的基础字段。
protected:
 abstract property System::Reflection::Emit::FieldBuilder ^ UnderlyingFieldCore { System::Reflection::Emit::FieldBuilder ^ get(); };
	protected abstract System.Reflection.Emit.FieldBuilder UnderlyingFieldCore { get; }
	member this.UnderlyingFieldCore : System.Reflection.Emit.FieldBuilder
	Protected MustOverride ReadOnly Property UnderlyingFieldCore As FieldBuilder
	属性值
此枚举的基础字段。