Types Property

Returns a reference to the Types Collection which represents the conversions allowed between choices of different types. Read-only.

Syntax

oTypes = object.Types

Parameters

oTypes

The returned Types collection.

object

DTC object

Remarks

DTC Set objects can define conversions between types, which are then applied to determine which types are equivalent to which other types. Your DTC object can supply a conversion by calling the AddConversion method on the Types object.

Applies to   IDesignTimeControlSite interface