Chili.Opf3 Send comments on this topic.
FromSimpleDataType Method
See Also 
Chili.Opf3 Namespace > IUserDefinedType Interface : FromSimpleDataType Method




value
The simple type representation in the storage (for example an xml string).
Populates the type that implements the interface (a type that can't be directly saved or loaded from the storage) with data from the storage.

Syntax

Visual Basic (Declaration) 
Overridable Sub FromSimpleDataType( _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As IUserDefinedType
Dim value As Object
 
instance.FromSimpleDataType(value)
C# 
virtual void FromSimpleDataType( 
   object value
)
Managed Extensions for C++ 
virtual void FromSimpleDataType( 
   Object* value
) 
C++/CLI 
virtual void FromSimpleDataType( 
   Object^ value
) 

Parameters

value
The simple type representation in the storage (for example an xml string).

Requirements

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

See Also