共用方式為


TaskLinkCreationInformation class

提供屬性設定和用來建立任務連結的方法。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.TaskLinkCreationInformation

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

Syntax

'宣告
<ScriptTypeAttribute("PS.TaskLinkCreationInformation", ValueObject := True,  _
    ServerTypeId := "{735b458f-32e6-4629-a7a5-ecc8451e2fe1}")> _
Public Class TaskLinkCreationInformation _
    Inherits ClientValueObject
'用途
Dim instance As TaskLinkCreationInformation
[ScriptTypeAttribute("PS.TaskLinkCreationInformation", ValueObject = true, 
    ServerTypeId = "{735b458f-32e6-4629-a7a5-ecc8451e2fe1}")]
public class TaskLinkCreationInformation : ClientValueObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

TaskLinkCreationInformation members

Microsoft.ProjectServer.Client namespace