StageCollection.Add 方法

添加工作流阶段所指定的StageCreationInformation对象添加到收藏。

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

语法

声明
<RemoteAttribute> _
Public Function Add ( _
    parameters As StageCreationInformation _
) As Stage
用法
Dim instance As StageCollection
Dim parameters As StageCreationInformation
Dim returnValue As Stage

returnValue = instance.Add(parameters)
[RemoteAttribute]
public Stage Add(
    StageCreationInformation parameters
)

参数

返回值

类型:Microsoft.ProjectServer.Client.Stage
该工作流容器。

另请参阅

引用

StageCollection 类

StageCollection 成员

Microsoft.ProjectServer.Client 命名空间