CustomFields.CheckOutCustomFields メソッド
指定したエンタープライズ ユーザー設定フィールドを編集するためにアウトを確認します。
名前空間: WebSvcCustomFields
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", 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 CheckOutCustomFields ( _
array As Guid() _
)
'使用
Dim instance As CustomFields
Dim array As Guid()
instance.CheckOutCustomFields(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", 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 CheckOutCustomFields(
Guid[] array
)
パラメーター
array
型: []ユーザー設定フィールドの Guid の配列。
注釈
コード例では、 UpdateCustomFields2を参照してください。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
エンタープライズ ユーザー設定フィールドと参照テーブル値の定義を変更することができます。グローバル アクセス権。 |