Share via


SharedWorkspaceTasks Interface 

A collection of the SharedWorkspaceTask objects in the current shared workspace.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class haredWorkspaceTasksImplementation
    Implements SharedWorkspaceTasks
End Class
Dim haredWorkspaceTasksImplementation1 As New haredWorkspaceTasksImplementation()

Syntax

Public Interface SharedWorkspaceTasks
    Inherits _IMsoDispObj, IEnumerable
public interface SharedWorkspaceTasks : _IMsoDispObj, IEnumerable
public interface class SharedWorkspaceTasks : public _IMsoDispObj, IEnumerable
public interface SharedWorkspaceTasks implements _IMsoDispObj, IEnumerable
public interface SharedWorkspaceTasks implements _IMsoDispObj, , IEnumerable

Remarks

Use the Tasks property of the SharedWorkspace object to return a SharedWorkspaceTasks collection.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

SharedWorkspaceTasks Members