[This is preliminary documentation and is subject to change.]
Lookup an IElementDef object describing an element or attribute
| C# | Visual Basic | Visual C++ |
IElementDef LookupElementDef( string key )
Function LookupElementDef ( _ key As String _ ) As IElementDef
IElementDef^ LookupElementDef ( String^ key )
- key (String)
- The name of the element in the form "parent_field", where parent is the name of the parent element and field is the name of the child element or attribute (e.g. "SIF_Ack_SIF_Header", "StudentPersonal_Name", etc.)
The IElementDef that provides metadata about the requested
element or null if not found