DodSequenceMerge.AddSequence(IList<XPathNavigator>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将新序列添加到要合并的序列列表中。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void AddSequence(System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ sequence);
public void AddSequence (System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> sequence);
member this.AddSequence : System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> -> unit
Public Sub AddSequence (sequence As IList(Of XPathNavigator))
参数
- sequence
- IList<XPathNavigator>
XPathNavigator 类的实例。