共用方式為


DraftTaskLinkCollection.Remove 方法

從集合移除指定的草稿任務連結。

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

語法

'宣告
<RemoteAttribute> _
Public Function Remove ( _
    TaskLink As DraftTaskLink _
) As ClientResult(Of Boolean)
'用途
Dim instance As DraftTaskLinkCollection
Dim TaskLink As DraftTaskLink
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(TaskLink)
[RemoteAttribute]
public ClientResult<bool> Remove(
    DraftTaskLink TaskLink
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果物件已移除從集合 ;否則,請False。

請參閱

參照

DraftTaskLinkCollection 類別

DraftTaskLinkCollection 成員

Microsoft.ProjectServer.Client 命名空間