SharedWorkspaceTasks 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.A collection of the SharedWorkspaceTask objects in the current shared workspace.
public interface class SharedWorkspaceTasks : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C037A-0000-0000-C000-000000000046")]
public interface SharedWorkspaceTasks : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C037A-0000-0000-C000-000000000046")>]
type SharedWorkspaceTasks = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SharedWorkspaceTasks
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Use the Tasks property of the SharedWorkspace object to return a SharedWorkspaceTasks collection.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Count |
Returns an Integer indicating the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
Returns a SharedWorkspaceTask object from the Tasks collection of the shared workspace. |
ItemCountExceeded |
Returns a Boolean value that indicates whether the number of items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane. |
Parent |
Returns the Parent object for the specified object. |
Methods
Add(String, Object, Object, Object, Object, Object) |
Adds a task to the list of tasks in a shared workspace and returns a SharedWorkspaceTask object. |
GetEnumerator() |