StageCustomFieldCollection.Remove 方法

从集合中移除指定的阶段的自定义字段。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Function Remove ( _
    field As StageCustomField _
) As ClientResult(Of Boolean)
用法
Dim instance As StageCustomFieldCollection
Dim field As StageCustomField
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(field)
[RemoteAttribute]
public ClientResult<bool> Remove(
    StageCustomField field
)

参数

返回值

类型:Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果从集合中删除对象否则为False。

另请参阅

引用

StageCustomFieldCollection 类

StageCustomFieldCollection 成员

Microsoft.ProjectServer.Client 命名空间