VirtualTypeBuilder::BaseType Property
Visual Studio 2015
Gets or sets the base type from which the virtual type is derived.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The value passed is null. |
| ArgumentException | The type passed has a UnderlyingSystemType that differs from the type, or if the type passed is a virtual type. |
A base type must be an actual runtime type, not another virtual type. The default value of the BaseType property is the Object type.
Show: