Converts the user-defined type to a type that can be persisted to the storage. You could
return here for example an xml string or something else that can be saved to the storage.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable Function ToSimpleDataType() As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IUserDefinedType
Dim value As Object
value = instance.ToSimpleDataType()
|
| C# | |
|---|
virtual object ToSimpleDataType() |
| Managed Extensions for C++ | |
|---|
virtual Object* ToSimpleDataType(); |
| C++/CLI | |
|---|
virtual Object^ ToSimpleDataType(); |
Return Value
The IUserDefinedType converted to a simple type that is saved to the
storage.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also