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()