IXmlRepository.GetAllElements Method

Definition

Gets all top-level XML elements in the repository.

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)

Returns

Remarks

All top-level elements in the repository.

Applies to