clone Method (Compact 2013)
3/26/2014
Clones a copy of the current IXMLDOMSelection, with the same position and context.
Syntax
var NewObjXMLDOMSelection = objXMLDOMSelection.clone();
HRESULT clone( IXMLDOMSelection** ppNode);
Parameters
Script
None
C/C++
- ppNode
[out, retval] The returned copy of the IXMLDOMSelection object.
Return Value
Script
Object. Returns a copy of the IXMLDOMSelection object
C/C++
- S_OK
Value returned if the cloning is successful.
- E_INVALIDARG
Value returned if the input argument is Null.
Remarks
This method applies to the following interface: