Поделиться через


IXmlRepository.GetAllElements Метод

Определение

Возвращает все XML-элементы верхнего уровня в репозитории.

public:
 System::Collections::Generic::IReadOnlyCollection<System::Xml::Linq::XElement ^> ^ GetAllElements();
public System.Collections.Generic.IReadOnlyCollection<System.Xml.Linq.XElement> GetAllElements ();
abstract member GetAllElements : unit -> System.Collections.Generic.IReadOnlyCollection<System.Xml.Linq.XElement>
Public Function GetAllElements () As IReadOnlyCollection(Of XElement)

Возвращаемое значение

Комментарии

Все элементы верхнего уровня в репозитории.

Применяется к