Task Interface 

Represents a single task running on the system.

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

Usage

Public Class askImplementation
    Implements Task
End Class
Dim askImplementation1 As New askImplementation()

Syntax

Public Interface Task
public interface Task
public interface class Task
public interface Task
public interface Task

Remarks

The Task object is a member of the Tasks collection. The Tasks collection includes all the applications that are currently running on the system.

Use Tasks(index), where index is the application name or the index number, to return a single Task 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

Task Members