Chili.Opf3 Send comments on this topic.
SupportedType Property
See Also 
Chili.Opf3 Namespace > IUserDefinedType Interface : SupportedType Property




Returns the type supported by the class implementing this interface. The supported type is the type that is returned when converting to a simple type and the type that is set when converting from the simple type.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property SupportedType As Type
Visual Basic (Usage)Copy Code
Dim instance As IUserDefinedType
Dim value As Type
 
value = instance.SupportedType
C# 
virtual Type SupportedType {get;}
Managed Extensions for C++ 
__property virtual Type* get_SupportedType();
C++/CLI 
virtual property Type^ SupportedType {
   Type^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also