Compartilhar via


IXmlRepository.GetAllElements Método

Definição

Obtém todos os elementos XML de nível superior no repositório.

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)

Retornos

Comentários

Todos os elementos de nível superior no repositório.

Aplica-se a