VirtualTypeBuilder.BaseType 属性

定义

获取或设置派生虚类型的基类型。

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

一个 Type ,它表示派生虚类型的基类型。

例外

传递的值为 null

传递的类型具有 UnderlyingSystemType 与类型不同的,或者,如果传递的类型为虚拟类型,则为。

适用于