DraftTaskLinkCollection.Add 方法
會新增至集合的TaskLinkCreationInformation物件所指定的草稿任務連結。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Function Add ( _
parameters As TaskLinkCreationInformation _
) As DraftTaskLink
'用途
Dim instance As DraftTaskLinkCollection
Dim parameters As TaskLinkCreationInformation
Dim returnValue As DraftTaskLink
returnValue = instance.Add(parameters)
[RemoteAttribute]
public DraftTaskLink Add(
TaskLinkCreationInformation parameters
)
參數
parameters
類型:Microsoft.ProjectServer.Client.TaskLinkCreationInformation若要建立之草稿任務連結的屬性。
傳回值
類型:Microsoft.ProjectServer.Client.DraftTaskLink
[草稿] 任務連結。