共用方式為


PlanAssignmentCollection class

代表計劃指派物件的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<PlanAssignment>
        Microsoft.ProjectServer.Client.PlanAssignmentCollection

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

Syntax

'宣告
<ScriptTypeAttribute("PS.PlanAssignmentCollection", ServerTypeId := "{4dce929e-5819-498a-893c-113ab27882c9}")> _
Public Class PlanAssignmentCollection _
    Inherits ClientObjectCollection(Of PlanAssignment)
'用途
Dim instance As PlanAssignmentCollection
[ScriptTypeAttribute("PS.PlanAssignmentCollection", ServerTypeId = "{4dce929e-5819-498a-893c-113ab27882c9}")]
public class PlanAssignmentCollection : ClientObjectCollection<PlanAssignment>

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.

請參閱

參照

PlanAssignmentCollection members

Microsoft.ProjectServer.Client namespace