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)

Syntax

'Declaration
<GuidAttribute("00020983-0000-0000-C000-000000000046")> _
Public Interface Tasks _
    Inherits IEnumerable
'Usage
Dim instance As Tasks
[GuidAttribute("00020983-0000-0000-C000-000000000046")]
public interface Tasks : 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.

See Also

Reference

Tasks Members

Microsoft.Office.Interop.Word Namespace