Compartilhar via


PublishedProjectResourceCollection.GetByGuid método

Obtém um recurso 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 PublishedProjectResource
'Uso
Dim instance As PublishedProjectResourceCollection
Dim uid As Guid
Dim returnValue As PublishedProjectResource

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

Parâmetros

Valor retornado

Tipo: Microsoft.ProjectServer.Client.PublishedProjectResource
Um objeto Resource .

Ver também

Referência

PublishedProjectResourceCollection classe

PublishedProjectResourceCollection membros

Microsoft.ProjectServer.Client namespace