Compartilhar via


DraftTaskLinkCollection.GetByGuid método

Obtém um vínculo de tarefa de rascunho da coleção com a GUID especificada.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As DraftTaskLink
'Uso
Dim instance As DraftTaskLinkCollection
Dim uid As Guid
Dim returnValue As DraftTaskLink

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public DraftTaskLink GetByGuid(
    Guid uid
)

Parâmetros

Valor retornado

Tipo: Microsoft.ProjectServer.Client.DraftTaskLink
Um objeto DraftTaskLink .

Ver também

Referência

DraftTaskLinkCollection classe

DraftTaskLinkCollection membros

Microsoft.ProjectServer.Client namespace