DOMNodeWrapper.validateNode 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 validateNode ( _
node As IXMLDOMNode _
) As IXMLDOMParseError
'Usage
Dim instance As DOMNodeWrapper
Dim node As IXMLDOMNode
Dim returnValue As IXMLDOMParseError
returnValue = instance.validateNode(node)
public IXMLDOMParseError validateNode(
IXMLDOMNode node
)
Parameters
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError
Implements
IXMLDOMDocument3.validateNode(IXMLDOMNode)