[This is preliminary documentation and is subject to change.]
Retrieve the schema information for a given type.
Declaration Syntax
C# | Visual Basic | Visual C++ |
TypeSchema schema( Type p_item )
Function schema ( _ p_item As Type _ ) As TypeSchema
TypeSchema^ schema( Type^ p_item )
Parameters
- p_item (Type)
- Type to request the info for
Return Value
Schema information or null, if the type has not been registered