StageCustomFieldCreationInformation 類別

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

繼承階層架構

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

命名空間:  Microsoft.ProjectServer.Client
組件:  Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)

語法

'宣告
<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類別的成員。

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

StageCustomFieldCreationInformation 成員

Microsoft.ProjectServer.Client 命名空間