VirtualTypeBuilder.BaseType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置派生虚类型的基类型。
public:
property Type ^ BaseType { Type ^ get(); void set(Type ^ value); };
public:
property Platform::Type ^ BaseType { Platform::Type ^ get(); void set(Platform::Type ^ value); };
public Type BaseType { get; set; }
member this.BaseType : Type with get, set
Public Property BaseType As Type
属性值
一个 Type ,它表示派生虚类型的基类型。
例外
传递的值为 null 。
传递的类型具有 UnderlyingSystemType 与类型不同的,或者,如果传递的类型为虚拟类型,则为。