共用方式為


StageCustomFieldCreationInformation class

提供屬性設定和用來將自訂的欄位新增到專案階段資訊的方法。

Inheritance hierarchy

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

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

Syntax

'宣告
<ScriptTypeAttribute("PS.StageCustomFieldCreationInformation", ValueObject := True,  _
    ServerTypeId := "{ee2262c3-3fff-414e-98b2-44f850fef529}")> _
Public Class StageCustomFieldCreationInformation _
    Inherits ClientValueObject
'用途
Dim instance As StageCustomFieldCreationInformation
[ScriptTypeAttribute("PS.StageCustomFieldCreationInformation", ValueObject = true, 
    ServerTypeId = "{ee2262c3-3fff-414e-98b2-44f850fef529}")]
public class StageCustomFieldCreationInformation : ClientValueObject

備註

如需在Project Web App中的工作流程階段的清單,請參閱https://ServerName/ProjectServerName/Admin/WorkflowStages.aspx。當您在Project Web App中建立工作流程階段時,階段的 [建立] 頁面中的某些欄位會表示StageCustomFieldCreationInformation類別的成員。網頁上的其他欄位代表StageCustomField類別和StageDetailPageCreationInformation類別的成員。

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.

請參閱

參照

StageCustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace