Share via


DraftTaskLinkCollection classe

Representa uma coleção de objetos DraftTaskLink .

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<DraftTaskLink>
        Microsoft.ProjectServer.Client.DraftTaskLinkCollection

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

Sintaxe

'Declaração
<ScriptTypeAttribute("PS.DraftTaskLinkCollection", ServerTypeId := "{96b053e0-4980-42b1-8cb2-4effee328783}")> _
Public Class DraftTaskLinkCollection _
    Inherits ClientObjectCollection(Of DraftTaskLink)
'Uso
Dim instance As DraftTaskLinkCollection
[ScriptTypeAttribute("PS.DraftTaskLinkCollection", ServerTypeId = "{96b053e0-4980-42b1-8cb2-4effee328783}")]
public class DraftTaskLinkCollection : ClientObjectCollection<DraftTaskLink>

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

DraftTaskLinkCollection membros

Microsoft.ProjectServer.Client namespace

TaskLink

TaskLinkCreationInformation

DraftTaskLink

PublishedTaskLink

PublishedTaskLinkCollection