Share via


_XDocument3.Submit Method

Executes the predefined submit operation in a Microsoft Office InfoPath form.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Sub Submit
'Usage
Dim instance As _XDocument3

instance.Submit()
void Submit()

Implements

_XDocument2.Submit()

Remarks

Using the Submit method is similar to, but not exactly like, using the submit operation from the InfoPath user interface. Calling the Submit method simply performs the submit operation, but the submit operation must first be enabled for a form in design mode.

Note

You can write a custom submit operation using the OnSubmitRequest event, and then you can programmatically call the event using the Submit method.

Examples

In the following example, the Submit method of the XDocument object is used to submit the form using the predefined submit operation:

thisXDocument.Submit();

See Also

Reference

_XDocument3 Interface

_XDocument3 Members

Submit Overload

Microsoft.Office.Interop.InfoPath Namespace