Condividi tramite


IXmlRepository.GetAllElements Metodo

Definizione

Ottiene tutti gli elementi XML di primo livello nel 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)

Restituisce

Commenti

Tutti gli elementi di primo livello nel repository.

Si applica a