Application Interface

Represents the Microsoft Office Word application.

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

Syntax

'Declaration
<GuidAttribute("00020970-0000-0000-C000-000000000046")> _
Public Interface Application _
    Inherits _Application, ApplicationEvents4_Event
'Usage
Dim instance As Application
[GuidAttribute("00020970-0000-0000-C000-000000000046")]
public interface Application : _Application, 
    ApplicationEvents4_Event

Remarks

The Application object includes properties and methods that return top-level objects. For example, the ActiveDocument property returns a Document object.

Use the Application property to return the Application object.

See Also

Reference

Application Members

Microsoft.Office.Interop.Word Namespace