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
下書きのタスクのリンク。