Tasks Interface 

A collection of Task objects that represents all the tasks currently running on the system.

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

Usage

Public Class asksImplementation
    Implements Tasks
End Class
Dim asksImplementation1 As New asksImplementation()

Syntax

Public Interface Tasks
    Inherits IEnumerable
public interface Tasks : IEnumerable
public interface class Tasks : public IEnumerable
public interface Tasks implements IEnumerable
public interface Tasks implements IEnumerable

Remarks

Use the Tasks property to return the Tasks collection.

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

Tasks Members