SIFWorks ADK 2.0
LookupElementDef Method (parent, childTag)
NamespacesEdustructures.SifWorksSifDtdLookupElementDef(IElementDef, String)

[This is preliminary documentation and is subject to change.]

Lookup an IElementDef object describing an element or attribute
Declaration Syntax
C#Visual BasicVisual 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
Parameters
parent (IElementDef)
The parent IElementDef
childTag (String)
The tag name of the child element
Return Value
The IElementDef that provides metadata about the requested element or null if not found

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10