Share via


DOMNodeWrapper.save method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Sub save ( _
    destination As Object _
)
'Usage
Dim instance As DOMNodeWrapper
Dim destination As Object

instance.save(destination)
public void save(
    Object destination
)

Parameters

Implements

IXMLDOMDocument3.save(Object)
IXMLDOMDocument2.save(Object)
IXMLDOMDocument.save(Object)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace