_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
'Usage
Dim instance As _Application
[GuidAttribute("00020970-0000-0000-C000-000000000046")]
public interface _Application
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.