PhaseCollection.Add 方法

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

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

语法

声明
<RemoteAttribute> _
Public Function Add ( _
    parameters As PhaseCreationInformation _
) As Phase
用法
Dim instance As PhaseCollection
Dim parameters As PhaseCreationInformation
Dim returnValue As Phase

returnValue = instance.Add(parameters)
[RemoteAttribute]
public Phase Add(
    PhaseCreationInformation parameters
)

参数

返回值

类型:Microsoft.ProjectServer.Client.Phase
该工作流阶段。

另请参阅

引用

PhaseCollection 类

PhaseCollection 成员

Microsoft.ProjectServer.Client 命名空间