Udostępnij za pośrednictwem


VirtualTypeBuilder.BaseType Property

Definition

Gets or sets the base type from which the virtual type is derived.

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

Property Value

A Type that represents a base type from which the virtual type is derived.

Exceptions

The value passed is null.

The type passed has a UnderlyingSystemType that differs from the type, or if the type passed is a virtual type.

Applies to