StageCollection.GetById 方法

Id值与集合中获取某一工作流阶段。

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

语法

声明
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As Stage
用法
Dim instance As StageCollection
Dim objectId As String
Dim returnValue As Stage

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public Stage GetById(
    string objectId
)

参数

  • objectId
    类型:System.String

    工作流阶段 GUID 的字符串表示形式。

返回值

类型:Microsoft.ProjectServer.Client.Stage
一个Stage对象。

另请参阅

引用

StageCollection 类

StageCollection 成员

Microsoft.ProjectServer.Client 命名空间