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