XmlQueryItemSequence.AddClone(XPathItem) 方法
定义
将某项添加到序列中。Adds an item to the sequence. 如果该项是导航器,则此方法会先克隆该项再将它添加到序列中。If the item is a navigator, this method clones it before adding it to the sequence.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void AddClone(System::Xml::XPath::XPathItem ^ item);
public void AddClone (System.Xml.XPath.XPathItem item);
member this.AddClone : System.Xml.XPath.XPathItem -> unit
Public Sub AddClone (item As XPathItem)