次の方法で共有


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 名前空間