Application interface

Represents the InfoPath application.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<GuidAttribute("096CD6BB-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface Application _
    Inherits _Application2
'Usage
Dim instance As Application
[GuidAttribute("096CD6BB-0786-11D1-95FA-0080C78EE3BB")]
public interface Application : _Application2

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, see_Application3.

The Application object includes properties and methods that return references to the high-level objects of the InfoPath object model. For example, the XDocuments property returns a reference to a collection of XDocument objects.

The Application object is the top-level object in the InfoPath object model, and it provides a number of properties and methods that can be used to access lower-level collections and objects in the object model, and to perform a variety of general purpose functions.

See also

Reference

Application members

Microsoft.Office.Interop.InfoPath namespace