View Members

Include Protected Members
Include Inherited Members

Represents a view within a form.

The View type exposes the following members.

Constructors

  Name Description
Protected method View

Top

Properties

  Name Description
Public property SignatureLines Gets a reference to the SignatureLineCollection associated with the current view.
Public property ViewInfo Gets a reference to a ViewInfo object associated with the view.
Public property Window Gets a reference to a Window object associated with the view.

Top

Methods

  Name Description
Public method DisableAutoUpdate Disables automatic synchronization between a form's underlying XML document and the associated view.
Public method EnableAutoUpdate Enables automatic synchronization between a form's underlying XML document and the associated view.
Public method Equals (Inherited from Object.)
Public method ExecuteAction(ActionType) Executes an editing command against a form's underlying XML document, based on the data currently selected in the view.
Public method ExecuteAction(ActionType, String) Executes an editing command against a form's underlying XML document, based on the specified field or group.
Public method Export Exports the view to a file of the specified format.
Protected method Finalize (Inherited from Object.)
Public method ForceUpdate Forces synchronization between a form's underlying XML document and the associated view.
Public method GetContextNodes() Gets a reference to an XPathNodeIterator for iterating over the returned XML nodes in the current selection.
Public method GetContextNodes(XPathNavigator) Gets a reference to an XPathNodeIterator object for iterating over the returned XML nodes starting from the specified node.
Public method GetContextNodes(XPathNavigator, String) Gets a reference to an XPathNodeIterator for iterating over the returned XML nodes in the current selection within the control bound to the specified control.
Public method GetHashCode (Inherited from Object.)
Public method GetSelectedNodes Gets a reference to an XPathNodeIterator object for iterating over all XML nodes in the current selection of items in a view.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SelectNodes(XPathNavigator) Selects a range of nodes in a view based on the specified starting XML node.
Public method SelectNodes(XPathNavigator, XPathNavigator) Selects a range of nodes in a view based on the specified starting XML node and ending XML node.
Public method SelectNodes(XPathNavigator, XPathNavigator, String) Selects a range of nodes in a view based on the specified starting XML node, the ending XML node, and the specified control.
Public method SelectText(XPathNavigator) Selects the text contained in an editable control that is bound to the node specified by the XPathNavigator object passed to this method.
Public method SelectText(XPathNavigator, String) Selects the text contained in an editable control that is bound to the node specified by the XPathNavigator object and ViewContext identifier of the control.
Public method ShowMailItem Creates an e-mail message containing the current view.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

View Class

Microsoft.Office.InfoPath Namespace