Element (XElement dynamic property)
Gets an indexer used to retrieve the child element instance that corresponds to the specified expanded name.
Syntax
elem.Element[{namespaceName}localName]
Property value/return value
An indexer of the type XElement Item(String expandedName)
. This indexer takes an expanded name parameter and returns the corresponding XElement, or null
if there is no element with the specified name.
Remarks
This property is equivalent to Element method of the System.Xml.Linq.XContainer class.
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.
.NET Desktop feedback