_XDocument2 Methods (Microsoft.Office.Interop.InfoPath.SemiTrust)
| Name | Description | |
|---|---|---|
| CreateDOM |
Creates a new instance of the XML Document Object Model (DOM) in memory.This method is not CLS-compliant.
|
| GetDataVariable |
Gets the value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.This method is not CLS-compliant.
|
| GetDOM |
Gets a reference to the XML Document Object Model (DOM) of the specified DataSourceObject object associated with the XDocument object.This method is not CLS-compliant.
|
| GetNamedNodeProperty |
Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source.This method is not CLS-compliant.
|
| ImportDOM |
Imports the specified XML data into the current form.This method is not CLS-compliant.
|
| ImportFile |
Imports the specified form into the current form.This method is not CLS-compliant.
|
| PrintOut |
Prints the form content as it is rendered in the window corresponding to the form's active view.This method is not CLS-compliant.
|
| Query |
Retrieves data from a form's associated data adapter object and stores the data in the form's underlying XML Document Object Model (DOM).This method is not CLS-compliant.
|
| Save |
Saves the form to the Uniform Resource Locator (URL) that it is currently associated with.This method is not CLS-compliant.
|
| SaveAs |
Saves the form to the specified Uniform Resource Locator (URL).This method is not CLS-compliant.
|
| SetDataVariable |
Sets the value of a predefined variable stored as a processing instruction attribute in the form's underlying XML document.This method is not CLS-compliant.
|
| SetDirty |
Sets the IsDirty property for the XDocument object, which indicates whether the data in a form has been modified since it was last saved.This method is not CLS-compliant.
|
| SetNamedNodeProperty |
Sets the value of a named property for the supplied XML node, which must be a nonattribute node in the main data source.This method is not CLS-compliant.
|
| Submit |
Executes the predefined submit operation in a form.This method is not CLS-compliant.
|