次の方法で共有


CustomFields.CheckInCustomFields メソッド

指定されたエンタープライズ ユーザー設定フィールドをチェックインします。

名前空間:  WebSvcCustomFields
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckInCustomFields", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckInCustomFields ( _
    array As Guid(), _
    force As Boolean _
)
'使用
Dim instance As CustomFields
Dim array As Guid()
Dim force As Boolean

instance.CheckInCustomFields(array, force)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckInCustomFields", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckInCustomFields(
    Guid[] array,
    bool force
)

パラメーター

  • array
    型: []

    ユーザー設定フィールドの Guid の配列。

  • force
    型: System.Boolean

    場合trueにチェックを強制します。

注釈

コード例では、 UpdateCustomFields2を参照してください。

プロジェクト サーバーのアクセス許可

権限

説明

ManageEnterpriseCustomFields

エンタープライズ ユーザー設定フィールドと参照テーブル値の定義を変更することができます。グローバル アクセス権。

場合は、ユーザーのチェック アウトを行わず、ユーザー設定フィールド、 CheckInCustomFieldsメソッドも管理者のアクセス許可を強制的にチェックインする必要があります。

関連項目

参照先

CustomFields クラス

CustomFields メンバー

WebSvcCustomFields 名前空間