PlanAssignmentCollection.Remove 方法
从计划分配的集合中移除指定的计划分配。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function Remove ( _
assignment As PlanAssignment _
) As ClientResult(Of Boolean)
用法
Dim instance As PlanAssignmentCollection
Dim assignment As PlanAssignment
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(assignment)
[RemoteAttribute]
public ClientResult<bool> Remove(
PlanAssignment assignment
)
参数
assignment
类型:Microsoft.ProjectServer.Client.PlanAssignment要移除的PlanAssignment对象。
返回值
类型:Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果移除了计划工作分配 ;否则为False。