Copies all the selected nodes from the specified XmlNavigator (as returned by MoveToNextSelected) and inserts them at the specified position in this tree.
[Visual Basic] MustOverride Public Sub CopySelected( _ ByVal p As TreePosition, _ ByVal other As XmlNavigator _ ) [C#] public abstract void CopySelected( TreePosition p, XmlNavigator other ); [C++] public: virtual void CopySelected( TreePosition p, XmlNavigator* other ) = 0; [JScript] public abstract function CopySelected( p : TreePosition, other : XmlNavigator );
Exception Type | Condition |
---|---|
InvalidArgument | The child nodes in other specify nodes with an XmlNodeType that can not be inserted at position p. |
This XmlNavigator's position is unaffected by this operation.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace