Share via


_Application3 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 following tables list the members exposed by the _Application3 type.

Public Properties

  Name Description
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 Gets a reference to a Microsoft Office LanguageSettings object that represents the language settings of the current user.
Public property MachineOnlineState Gets an XdMachineOnlineState enumeration value that specifies the current connection state of the client computer.
Public property Name Gets the name of the Microsoft Office InfoPath 2007 application.
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 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 Gets a reference to the UserObject object.
Public property Version Gets the Microsoft Office InfoPath 2007 version number.
Public property Windows Gets a reference to the WindowsCollection collection.
Public property XDocuments Gets a reference to the XDocuments collection.

Top

Public 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.
Public method FormatString 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 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 Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object.
Public method NewADODBRecordset Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.
Public method Quit Quits the Microsoft Office InfoPath 2007 application.
Public method RegisterSolution Installs the specified Microsoft Office InfoPath form template.
Public method UnregisterSolution Uninstalls the specified Microsoft Office InfoPath 2007 form template.

Top

See Also

Reference

_Application3 Interface
Microsoft.Office.Interop.InfoPath Namespace