DOMNodeWrapper.validate 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 Function validate As IXMLDOMParseError
'Usage
Dim instance As DOMNodeWrapper
Dim returnValue As IXMLDOMParseError

returnValue = instance.validate()
public IXMLDOMParseError validate()

Return value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError

Implements

IXMLDOMDocument3.validate()
IXMLDOMDocument2.validate()

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace