PlanAssignmentCollection.Add メソッド
計画の割り当てのコレクションに、新しい計画の割り当てを追加します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function Add ( _
parameters As PlanAssignmentCreationInformation _
) As PlanAssignment
'使用
Dim instance As PlanAssignmentCollection
Dim parameters As PlanAssignmentCreationInformation
Dim returnValue As PlanAssignment
returnValue = instance.Add(parameters)
[RemoteAttribute]
public PlanAssignment Add(
PlanAssignmentCreationInformation parameters
)
パラメーター
parameters
型: Microsoft.ProjectServer.Client.PlanAssignmentCreationInformationGUID は、新しい計画課題について、情報などの名前を格納しているオブジェクト。
戻り値
型: Microsoft.ProjectServer.Client.PlanAssignment
計画の割り当て。