Application members

Include protected members
Include inherited members

Represents the InfoPath application.

The Application type exposes the following members.

Properties

  Name Description
Public property ActiveWindow This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.ActiveWindow. (Inherited from _Application.)
Public property ActiveWindow Gets a reference to a WindowObject object that represents the currently active window. (Inherited from _Application2.)
Public property LanguageSettings This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.LanguageSettings. (Inherited from _Application.)
Public property LanguageSettings Gets a reference to the Microsoft Office LanguageSettings. (Inherited from _Application2.)
Public property MachineOnlineState Gets the current connection state of the client computer. (Inherited from _Application2.)
Public property Name This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.Name. (Inherited from _Application.)
Public property Name Gets the name of the InfoPath application. (Inherited from _Application2.)
Public property UsableHeight Gets the available screen height, the maximum number of points to which you can set the height of an InfoPath document window. (Inherited from _Application2.)
Public property UsableWidth Gets the available screen width, the maximum number of points to which you can set the width of an InfoPath document window. (Inherited from _Application2.)
Public property User Gets a reference to the UserObject object. (Inherited from _Application2.)
Public property Version This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.Version. (Inherited from _Application.)
Public property Version Gets the InfoPath version number. (Inherited from _Application2.)
Public property Windows This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.Windows. (Inherited from _Application.)
Public property Windows Gets a reference to the WindowsCollection collection. (Inherited from _Application2.)
Public property XDocuments This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.XDocuments. (Inherited from _Application.)
Public property XDocuments Gets a reference to the XDocuments collection. (Inherited from _Application2.)

Top

Methods

  Name Description
Public method CacheSolution Examines the form template in the cache and, if necessary, updates it from the published location of the form template. (Inherited from _Application2.)
Public method FormatString(Object, String, String) This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.FormatString. (Inherited from _Application.)
Public method FormatString(Object, String, String) Formats the specified string or XML node according to the specified category and options parameters. (Inherited from _Application2.)
Public method IsDestinationReachable Gets a value indicating whether the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address of the destination computer can be connected to from the client computer. (Inherited from _Application2.)
Public method NewADODBConnection() This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.NewADODBConnection. (Inherited from _Application.)
Public method NewADODBConnection() Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object. (Inherited from _Application2.)
Public method NewADODBRecordset() This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.NewADODBRecordset. (Inherited from _Application.)
Public method NewADODBRecordset() Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object. (Inherited from _Application2.)
Public method Quit(Boolean) This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application2.Quit. (Inherited from _Application.)
Public method Quit(Boolean) Quits the InfoPath application. (Inherited from _Application2.)
Public method RegisterSolution Installs the specified form template. (Inherited from _Application2.)
Public method UnregisterSolution Uninstalls the specified form template. (Inherited from _Application2.)

Top

See also

Reference

Application interface

Microsoft.Office.Interop.InfoPath.SemiTrust namespace