SharedWorkspaceTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This object, member, or enumeration is deprecated and is not intended to be used in your code.The SharedWorkspaceTask object represents a task in a shared document workspace.
public interface class SharedWorkspaceTask : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0379-0000-0000-C000-000000000046")]
public interface SharedWorkspaceTask : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0379-0000-0000-C000-000000000046")>]
type SharedWorkspaceTask = interface
interface _IMsoDispObj
Public Interface SharedWorkspaceTask
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
This object is a member of the SharedWorkspaceTasks collection.
Use the SharedWorkspaceTask object to manage tasks assigned to the members who are collaborating on the document(s) in the shared workspace.
Use the Item(index
) method of the SharedWorkspaceTasks collection to return a specific SharedWorkspaceTask object.
Use the Title property to set the text of the task that will appear on the Tasks tab of the Shared Workspace task pane and on the shared workspace Web page. Use the Description property to supply additional information about the task.
Assign the task to a member of the workspace using the AssignedTo property and the member's domain user name. Specify a due date for the task using the DueDate property.
Use the Priority and Status properties to indicate the relative importance of the task and to update the task's status.
Use the Save() method to upload changes to the server after you modify properties of the SharedWorkspaceTask object.
Use the CreatedBy, CreatedDate, ModifiedBy, and ModifiedDate properties to return information about the history of each task.
Properties
Application |
Returns an Application object that represents the container application for the object. |
AssignedTo |
Returns or sets the SharedWorkspaceMember to whom the task is assigned. |
CreatedBy |
Returns the friendly name of the member who created the shared workspace object. |
CreatedDate |
Returns the date and time when the shared workspace object was created. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Description |
Returns or sets a descriptive String value for the specified SharedWorkspaceTask object. |
DueDate |
Returns or sets the optional due date and time of a SharedWorkspaceTask object. |
ModifiedBy |
Returns the name of the user who last modified the object. |
ModifiedDate |
Returns the date and time when the shared workspace object was last modified. |
Parent |
Returns the Parent object for the specified object. |
Priority |
Returns or sets the status of the specified shared workspace task. |
Status |
Returns or sets the status of the specified shared workspace task. |
Title |
Returns or sets the title of a SharedWorkspaceTask object. |
Methods
Delete() |
Deletes the current object. |
Save() |
Uploads changes made programmatically to a SharedWorkspaceTask to the server. |