Share via


PublishedTaskLinkCollection classe

Representa uma coleção de links para tarefas em um projeto publicado.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<PublishedTaskLink>
        Microsoft.ProjectServer.Client.PublishedTaskLinkCollection

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

Sintaxe

'Declaração
<ScriptTypeAttribute("PS.PublishedTaskLinkCollection", ServerTypeId := "{14241a07-7175-4653-9862-d87ba410419c}")> _
Public Class PublishedTaskLinkCollection _
    Inherits ClientObjectCollection(Of PublishedTaskLink)
'Uso
Dim instance As PublishedTaskLinkCollection
[ScriptTypeAttribute("PS.PublishedTaskLinkCollection", ServerTypeId = "{14241a07-7175-4653-9862-d87ba410419c}")]
public class PublishedTaskLinkCollection : ClientObjectCollection<PublishedTaskLink>

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

PublishedTaskLinkCollection membros

Microsoft.ProjectServer.Client namespace

TaskLink

TaskLinkCreationInformation

DraftTaskLink

DraftTaskLinkCollection

PublishedTaskLink