共用方式為


XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) 方法

定義

XPathItem 物件序列的清單轉換為 XPathNavigator 物件或值的序列。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ ItemsToNavigators(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ItemsToNavigators (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ItemsToNavigators : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ItemsToNavigators (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

參數

listItems
IList<XPathItem>

XPathItem 執行個體的序列。

傳回

IList<XPathNavigator>

XPathNavigator 類型的一般清單。

適用於