共用方式為


DraftAssignmentCollection class

表示DraftAssignment物件的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<DraftAssignment>
        Microsoft.ProjectServer.Client.DraftAssignmentCollection

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

Syntax

'宣告
<ScriptTypeAttribute("PS.DraftAssignmentCollection", ServerTypeId := "{fc63c328-5967-4990-a5a9-0c3e3c702b99}")> _
Public Class DraftAssignmentCollection _
    Inherits ClientObjectCollection(Of DraftAssignment)
'用途
Dim instance As DraftAssignmentCollection
[ScriptTypeAttribute("PS.DraftAssignmentCollection", ServerTypeId = "{fc63c328-5967-4990-a5a9-0c3e3c702b99}")]
public class DraftAssignmentCollection : ClientObjectCollection<DraftAssignment>

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.

請參閱

參照

DraftAssignmentCollection members

Microsoft.ProjectServer.Client namespace

Assignment

AssignmentCreationInformation

DraftAssignment

PublishedAssignment

PublishedAssignmentCollection