Compartilhar via


ProjectCollection.GetByGuid método

Obtém um projeto 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 PublishedProject
'Uso
Dim instance As ProjectCollection
Dim uid As Guid
Dim returnValue As PublishedProject

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

Parâmetros

Valor retornado

Tipo: Microsoft.ProjectServer.Client.PublishedProject
Um projeto publicado.

Ver também

Referência

ProjectCollection classe

ProjectCollection membros

Microsoft.ProjectServer.Client namespace