共用方式為


DraftAssignmentCollection.Add 方法

會新增至集合的AssignmentCreationInformation物件所指定的草稿工作分派。

命名空間:  Microsoft.ProjectServer.Client
組件:  Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)

語法

'宣告
<RemoteAttribute> _
Public Function Add ( _
    parameters As AssignmentCreationInformation _
) As DraftAssignment
'用途
Dim instance As DraftAssignmentCollection
Dim parameters As AssignmentCreationInformation
Dim returnValue As DraftAssignment

returnValue = instance.Add(parameters)
[RemoteAttribute]
public DraftAssignment Add(
    AssignmentCreationInformation parameters
)

參數

傳回值

類型:Microsoft.ProjectServer.Client.DraftAssignment
草稿工作分派。

請參閱

參照

DraftAssignmentCollection 類別

DraftAssignmentCollection 成員

Microsoft.ProjectServer.Client 命名空間