子代 (XElement 動態屬性)
取得用於擷取目前項目 (符合指定的擴充名稱) 之所有子代項目的索引子 (Indexer)。
elem.Descendants[{namespaceName}localName]
屬性值/傳回值
IEnumerable<XElement> Item(String expandedName) 型別的索引子。 這個索引子會採用指定之子代項目的擴充名稱,並傳回 IEnumerable<XElement> 集合中相符的子項目。
備註
這個屬性等同於 XContainer 類別的 XContainer.Descendants(XName) 方法。
傳回集合中的項目順序為 XML 來源文件的順序。
這個屬性會使用延後執行。