_Application3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class _Application3 : Microsoft::Office::Interop::InfoPath::_Application2
[System.Runtime.InteropServices.Guid("096CD72E-0786-11D1-95FA-0080C78EE3BB")]
public interface _Application3 : Microsoft.Office.Interop.InfoPath._Application2
type _Application3 = interface
interface _Application2
Public Interface _Application3
Implements _Application2
- Derived
- Attributes
- Implements
Properties
ActiveWindow |
Gets a reference to a WindowObject object that represents the currently active window. |
COMAddIns |
Gets a Microsoft.Office.Core.COMAddIns object containing information about the COM Add-ins registered for the current InfoPath application. |
Events |
Get a generic object that is used to access the ApplicationEvents object to capture events in a COM Add-in. |
LanguageSettings |
Gets a reference to a Microsoft Office LanguageSettings object that represents the language settings of the current user. |
MachineOnlineState |
Gets an XdMachineOnlineState enumeration value that specifies the current connection state of the client computer. |
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 |
Gets the InfoPath version number. |
Windows |
Gets a reference to the WindowsCollection collection. |
XDocuments |
Gets a reference to the XDocuments collection. |
Methods
CacheSolution(String) |
Examines the form template in the cache and, if necessary, updates it from the published location of the form template. |
FormatString(Object, String, String) |
Formats the specified string or XML node according to the specified category and options parameters. |
GetSolutionURI(String) |
Gets the Uniform Resource Locator (URL) or universal naming convention (UNC) location of a form template from the local cache ID. |
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. |
NewADODBConnection() |
Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object. |
NewADODBRecordset() |
Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object. |
Quit(Boolean) |
Quits the InfoPath application. |
RegisterSolution(String, String) |
Installs the specified Microsoft Office InfoPath form template. |
UnregisterSolution(String) |
Uninstalls the specified form template. |