XDocuments2.Close(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the specified Microsoft Office InfoPath form.
public:
void Close(System::Object ^ varIndex);
public void Close (object varIndex);
abstract member Close : obj -> unit
Public Sub Close (varIndex As Object)
Parameters
- varIndex
- Object
An expression that specifies the position of a member of the XDocumentsCollection. If a numeric expression, the argument must be a number from 0 to the value of the Count minus 1. If a string expression, the argument must be the Uniform Resource Locator (URL) path of a member of the collection.
Implements
Examples
thisApplication.XDocuments.<span class="label">Close</span>(0);
Remarks
The Close method closes the currently open form without quitting the InfoPath application. The form is closed unconditionally, meaning that any changes made to the data in the form are not saved.