CustomFieldCreationInformation 類別

提供用於建立自訂欄位的資訊。

繼承階層架構

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

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

語法

'宣告
<ScriptTypeAttribute("PS.CustomFieldCreationInformation", ValueObject := True,  _
    ServerTypeId := "{e98c4be3-a6b6-4801-ba6a-9394a5c25177}")> _
Public Class CustomFieldCreationInformation _
    Inherits ClientValueObject
'用途
Dim instance As CustomFieldCreationInformation
[ScriptTypeAttribute("PS.CustomFieldCreationInformation", ValueObject = true, 
    ServerTypeId = "{e98c4be3-a6b6-4801-ba6a-9394a5c25177}")]
public class CustomFieldCreationInformation : ClientValueObject

備註

CSOM 可以建立僅限企業自訂欄位,不適用於本機專案中所定義的自訂欄位。

執行緒安全

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

請參閱

參照

CustomFieldCreationInformation 成員

Microsoft.ProjectServer.Client 命名空間