共用方式為


DraftTaskCollection class

表示DraftTask物件的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<DraftTask>
        Microsoft.ProjectServer.Client.DraftTaskCollection

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<ScriptTypeAttribute("PS.DraftTaskCollection", ServerTypeId := "{e3344236-b586-4346-bbf8-1a123f4f7734}")> _
Public Class DraftTaskCollection _
    Inherits ClientObjectCollection(Of DraftTask)
'用途
Dim instance As DraftTaskCollection
[ScriptTypeAttribute("PS.DraftTaskCollection", ServerTypeId = "{e3344236-b586-4346-bbf8-1a123f4f7734}")]
public class DraftTaskCollection : ClientObjectCollection<DraftTask>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

DraftTaskCollection members

Microsoft.ProjectServer.Client namespace

Task

TaskCreationInformation

DraftTask

PublishedTaskCollection

PublishedTask