InfoPathControlSite.Node Property
Gets a reference to the XML node to which the ActiveX control is bound.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
ReadOnly Property Node As IXMLDOMNode
Get
'Usage
Dim instance As InfoPathControlSite
Dim value As IXMLDOMNode
value = instance.Node
IXMLDOMNode Node { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
An IXMLDOMNode object.
Remarks
The InfoPathControl and InfoPathControlSite objects and their methods and properties are designed to be used only from the implementation of an ActiveX control. These objects and their members are not supported in InfoPath form code. For more information on how to create ActiveX controls that work with InfoPath, see the InfoPath Developer Center (https://msdn.microsoft.com/infopath).