Compartilhar via


ProjectCollection.Remove método

Remove o projeto especificado da coleção.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public Function Remove ( _
    project As PublishedProject _
) As ClientResult(Of Boolean)
'Uso
Dim instance As ProjectCollection
Dim project As PublishedProject
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(project)
[RemoteAttribute]
public ClientResult<bool> Remove(
    PublishedProject project
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>
True se o projeto foi removido; Caso contrário, False.

Ver também

Referência

ProjectCollection classe

ProjectCollection membros

Microsoft.ProjectServer.Client namespace