_XDocument2.Submit method

Executes the predefined submit operation in a form.

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

Syntax

'Declaration
Sub Submit
'Usage
Dim instance As _XDocument2

instance.Submit()
void Submit()

Implements

_XDocument.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.

Important

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

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

_XDocument2 interface

_XDocument2 members

Submit overload

Microsoft.Office.Interop.InfoPath.SemiTrust namespace