[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( string p_name )
Function schema ( _ p_name As String _ ) As TypeSchema
TypeSchema^ schema( String^ p_name )
Parameters
- p_name (String)
- Name of a type
Return Value
Schema information or null, if the type has not been registered