Share via


_Application3 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 _Application3 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_Application3.ActiveWindow. (Inherited from _Application2.)
Public property ActiveWindow Gets a reference to a WindowObject object that represents the currently active window.
Public property COMAddIns Gets a Microsoft.Office.Core.COMAddIns object containing information about the COM Add-ins registered for the current InfoPath application.
Public property Events Get a generic object that is used to access the ApplicationEvents object to capture events in a COM Add-in.
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_Application3.LanguageSettings. (Inherited from _Application2.)
Public property LanguageSettings Gets a reference to a Microsoft Office LanguageSettings object that represents the language settings of the current user.
Public property MachineOnlineState 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_Application3.MachineOnlineState. (Inherited from _Application2.)
Public property MachineOnlineState Gets an XdMachineOnlineState enumeration value that specifies the current connection state of the client computer.
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_Application3.Name. (Inherited from _Application2.)
Public property Name Gets the name of the InfoPath application.
Public property UsableHeight 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_Application3.UsableHeight. (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.
Public property UsableWidth 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_Application3.UsableWidth. (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.
Public property User 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_Application3.User. (Inherited from _Application2.)
Public property User Gets a reference to the UserObject object.
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_Application3.Version. (Inherited from _Application2.)
Public property Version Gets the InfoPath version number.
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_Application3.Windows. (Inherited from _Application2.)
Public property Windows Gets a reference to the WindowsCollection collection.
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_Application3.XDocuments. (Inherited from _Application2.)
Public property XDocuments Gets a reference to the XDocuments collection.

Top

Methods

  Name Description
Public method CacheSolution(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_Application3.CacheSolution. (Inherited from _Application2.)
Public method CacheSolution(String) Examines the form template in the cache and, if necessary, updates it from the published location of the form template.
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_Application3.FormatString. (Inherited from _Application2.)
Public method FormatString(Object, String, String) Formats the specified string or XML node according to the specified category and options parameters.
Public method GetSolutionURI Gets the Uniform Resource Locator (URL) or universal naming convention (UNC) location of a form template from the local cache ID.
Public method IsDestinationReachable(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_Application3.IsDestinationReachable. (Inherited from _Application2.)
Public method IsDestinationReachable(String) 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.
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_Application3.NewADODBConnection. (Inherited from _Application2.)
Public method NewADODBConnection() Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object.
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_Application3.NewADODBRecordset. (Inherited from _Application2.)
Public method NewADODBRecordset() Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.
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_Application3.Quit. (Inherited from _Application2.)
Public method Quit(Boolean) Quits the InfoPath application.
Public method RegisterSolution(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_Application3.RegisterSolution. (Inherited from _Application2.)
Public method RegisterSolution(String, String) Installs the specified Microsoft Office InfoPath form template.
Public method UnregisterSolution(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_Application3.UnregisterSolution. (Inherited from _Application2.)
Public method UnregisterSolution(String) Uninstalls the specified form template.

Top

See also

Reference

_Application3 interface

Microsoft.Office.Interop.InfoPath namespace