_Application Interface 

Represents the Microsoft Office Word application.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class applicationImplementation
    Implements _Application
End Class
Dim applicationImplementation1 As New applicationImplementation()

Syntax

Public Interface _Application
public interface _Application
public interface class _Application
public interface _Application
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

_Application Members