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)

返回

注解

存储库中的所有顶级元素。

适用于