PlanAssignmentIntervalCollection.GetById 方法

在计划分配的时间间隔从集合中获取的计划分配的时间间隔,使用指定的对象标识符。

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

语法

声明
<RemoteAttribute> _
Public Function GetById ( _
    id As String _
) As PlanAssignmentInterval
用法
Dim instance As PlanAssignmentIntervalCollection
Dim id As String
Dim returnValue As PlanAssignmentInterval

returnValue = instance.GetById(id)
[RemoteAttribute]
public PlanAssignmentInterval GetById(
    string id
)

参数

  • id
    类型:System.String

    一个字符串值,表示计划分配间隔对象的标识符。

返回值

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

另请参阅

引用

PlanAssignmentIntervalCollection 类

PlanAssignmentIntervalCollection 成员

Microsoft.ProjectServer.Client 命名空间