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
)
参数
parameters
类型:Microsoft.ProjectServer.Client.PhaseCreationInformation若要创建的工作流阶段属性。
返回值
类型:Microsoft.ProjectServer.Client.Phase
该工作流阶段。