[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( IElementDef parent, string childTag )
Function LookupElementDef ( _ parent As IElementDef, _ childTag As String _ ) As IElementDef
IElementDef^ LookupElementDef ( IElementDef^ parent, String^ childTag )
- parent (IElementDef)
- The parent IElementDef
- childTag (String)
- The tag name of the child element
The IElementDef that provides metadata about the requested
element or null if not found