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 pplicationImplementation
    Implements Application
End Class
Dim pplicationImplementation1 As New pplicationImplementation()

Syntax

Public Interface Application
    Inherits _Application, ApplicationEvents4_Event
public interface Application : _Application, ApplicationEvents4_Event
public interface class Application : public _Application, ApplicationEvents4_Event
public interface Application implements _Application, ApplicationEvents4_Event
public interface Application implements _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.

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