DraftTaskCollection.Remove 方法

从集合中移除指定拔模任务。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Function Remove ( _
    task As DraftTask _
) As ClientResult(Of Boolean)
用法
Dim instance As DraftTaskCollection
Dim task As DraftTask
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(task)
[RemoteAttribute]
public ClientResult<bool> Remove(
    DraftTask task
)

参数

返回值

类型:Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果从集合中删除对象否则为False。

另请参阅

引用

DraftTaskCollection 类

DraftTaskCollection 成员

Microsoft.ProjectServer.Client 命名空间