[This is preliminary documentation and is subject to change.]
Lookup an IElementDef object describing an element or attribute
| C# | Visual Basic | Visual C++ |
public IElementDef LookupElementDef( IElementDef parent, string childTag )
Public Function LookupElementDef ( _ parent As IElementDef, _ childTag As String _ ) As IElementDef
public: virtual IElementDef^ LookupElementDef ( IElementDef^ parent, String^ childTag ) sealed
- 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