共用方式為


CustomFieldCreationInformation class

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

Inheritance hierarchy

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

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

Syntax

'宣告
<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 可以建立只企業自訂欄位,不是本機專案中定義的自訂欄位。

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.

請參閱

參照

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace