Share via


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)

傳回

備註

存放庫中的所有最上層專案。

適用於