DodSequenceMerge.AddSequence(IList<XPathNavigator>) Metoda

Definicja

Dodaje nową sekwencję do listy sekwencji do scalenia.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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))

Parametry

sequence
IList<XPathNavigator>

Wystąpienie klasy XPathNavigator.

Dotyczy