Share via


clone Method

Clones a copy of the current IXMLDOMSelection, with the same position and context.

var NewObjXMLDOMSelection = objXMLDOMSelection.clone();

HRESULT clone(
  IXMLDOMSelection** ppNode
);

General Remarks

This method applies to the following interface:

IXMLDOMSelection.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.