共用方式為


TaskCreationInformation class

提供屬性設定和用來建立工作的方法。

Inheritance hierarchy

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

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

Syntax

'宣告
<ScriptTypeAttribute("PS.TaskCreationInformation", ValueObject := True,  _
    ServerTypeId := "{d9571758-4216-4b89-815f-68540fafd74a}")> _
Public Class TaskCreationInformation _
    Inherits ClientValueObject
'用途
Dim instance As TaskCreationInformation
[ScriptTypeAttribute("PS.TaskCreationInformation", ValueObject = true, 
    ServerTypeId = "{d9571758-4216-4b89-815f-68540fafd74a}")]
public class TaskCreationInformation : 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.

請參閱

參照

TaskCreationInformation members

Microsoft.ProjectServer.Client namespace