_Application2 Members
Include Protected Members
Include Inherited Members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeApplication.
The _Application2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) | |
ActiveWindow | Gets a reference to a WindowObject object that represents the currently active window. | |
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.) | |
LanguageSettings | Gets a reference to the Microsoft Office LanguageSettings. | |
MachineOnlineState | Gets the current connection state of the client computer. | |
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.) | |
Name | Gets the name of the InfoPath application. | |
UsableHeight | Gets the available screen height, the maximum number of points to which you can set the height of an InfoPath document window. | |
UsableWidth | Gets the available screen width, the maximum number of points to which you can set the width of an InfoPath document window. | |
User | Gets a reference to the UserObject object. | |
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.) | |
Version | Gets the InfoPath version number. | |
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.) | |
Windows | Gets a reference to the WindowsCollection collection. | |
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.) | |
XDocuments | Gets a reference to the XDocuments collection. |
Top
Methods
Name | Description | |
---|---|---|
CacheSolution | Examines the form template in the cache and, if necessary, updates it from the published location of the form template. | |
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.) | |
FormatString(Object, String, String) | Formats the specified string or XML node according to the specified category and options parameters. | |
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. | |
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.) | |
NewADODBConnection() | Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object. | |
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.) | |
NewADODBRecordset() | Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object. | |
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.) | |
Quit(Boolean) | Quits the InfoPath application. | |
RegisterSolution | Installs the specified form template. | |
UnregisterSolution | Uninstalls the specified form template. |
Top