StageCollection.Remove 方法

从集合中移除指定的工作流阶段。

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

语法

声明
<RemoteAttribute> _
Public Function Remove ( _
    stage As Stage _
) As ClientResult(Of Boolean)
用法
Dim instance As StageCollection
Dim stage As Stage
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(stage)
[RemoteAttribute]
public ClientResult<bool> Remove(
    Stage stage
)

参数

返回值

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

另请参阅

引用

StageCollection 类

StageCollection 成员

Microsoft.ProjectServer.Client 命名空间