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
)
参数
parameters
类型:Microsoft.ProjectServer.Client.AssignmentCreationInformation若要创建拔模分配的属性。
返回值
类型:Microsoft.ProjectServer.Client.DraftAssignment
草拟工作分配。