View2 Methods (Microsoft.Office.Interop.InfoPath.SemiTrust)
| Name | Description | |
|---|---|---|
| DisableAutoUpdate |
Disables automatic synchronization between a form's underlying XML document and the associated view.This method is not CLS-compliant.
|
| EnableAutoUpdate |
Enables automatic synchronization between a form's underlying XML document and the associated view.This method is not CLS-compliant.
|
| ExecuteAction |
Executes a Microsoft Office InfoPath 2007 editing command against a form's underlying XML document, based on the data selected in the view.This method is not CLS-compliant.
|
| Export |
Exports the view to a file of the specified format.This method is not CLS-compliant.
|
| ExportAsFixedFormat |
Exports the view to a file of the specified format, and supports initializing a COM add-in for exporting to a fixed-format file.This method is not CLS-compliant.
|
| ForceUpdate |
Forces synchronization between a form's underlying XML document and the associated view.This method is not CLS-compliant.
|
| GetContextNodes |
Gets a reference to an XMLNodesCollection collection that is populated with XML Document Object Model (DOM) nodes based on the current context.This method is not CLS-compliant.
|
| GetSelectedNodes |
Gets a reference to an XMLNodesCollection collection that is populated with XML Document Object Model (DOM) nodes based on the current selection of items in a view.This method is not CLS-compliant.
|
| SelectNodes |
Selects a range of nodes in a view based on the specified starting XML Document Object Model (DOM) node, the ending XML DOM node, and the view context.This method is not CLS-compliant.
|
| SelectText |
Selects the text contained in an editable field that is bound to the specified XML Document Object Model (DOM) node.This method is not CLS-compliant.
|
| SwitchView |
Changes the active view of a Microsoft Office InfoPath 2007 form to a specified view.This method is not CLS-compliant.
|