다음을 통해 공유


DraftTaskLinkCollection.Remove method

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Function Remove ( _
    TaskLink As DraftTaskLink _
) As ClientResult(Of Boolean)
'Usage
Dim instance As DraftTaskLinkCollection
Dim TaskLink As DraftTaskLink
Dim returnValue As ClientResult(Of Boolean)

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

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

DraftTaskLinkCollection class

DraftTaskLinkCollection members

Microsoft.ProjectServer.Client namespace