DraftTaskLinkCollection.Add método
Adiciona o link no rascunho tarefa especificada pelo objeto TaskLinkCreationInformation à coleção.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<RemoteAttribute> _
Public Function Add ( _
parameters As TaskLinkCreationInformation _
) As DraftTaskLink
'Uso
Dim instance As DraftTaskLinkCollection
Dim parameters As TaskLinkCreationInformation
Dim returnValue As DraftTaskLink
returnValue = instance.Add(parameters)
[RemoteAttribute]
public DraftTaskLink Add(
TaskLinkCreationInformation parameters
)
Parâmetros
parameters
Tipo: Microsoft.ProjectServer.Client.TaskLinkCreationInformationAs propriedades do link de tarefa de rascunho para criar.
Valor retornado
Tipo: Microsoft.ProjectServer.Client.DraftTaskLink
O link de tarefa de rascunho.
Ver também
Referência
DraftTaskLinkCollection classe