SharePointListRWSubmitConnection.Execute Method (XPathNavigator)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride Sub Execute ( _
input As XPathNavigator _
)
'Usage
Dim instance As SharePointListRWSubmitConnection
Dim input As XPathNavigator
instance.Execute(input)
public abstract void Execute(
XPathNavigator input
)
Parameters
- input
Type: System.Xml.XPath.XPathNavigator
See Also
Reference
SharePointListRWSubmitConnection Class