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 命名空间