_ExternalApplication 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, seeExternalApplication.
The _ExternalApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
CacheSolution | Examines the form template in the cache and, if necessary, updates it from the published location of the form template. | |
Close | Closes the specified Microsoft InfoPath form. | |
New | Creates a new Microsoft InfoPath form based on a specified form. | |
NewFromSolution | Creates a new Microsoft InfoPath form based on the specified form template. | |
Open | Opens the specified Microsoft InfoPath form. | |
Quit | Quits the Microsoft InfoPath application. | |
RegisterSolution | Installs the specified Microsoft InfoPath form template. | |
UnregisterSolution | Uninstalls the specified Microsoft InfoPath form template. |
Top