DraftAssignmentCollection.Add メソッド
コレクションには、 AssignmentCreationInformationオブジェクトによって指定されている、下書きの割り当てを追加します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function Add ( _
parameters As AssignmentCreationInformation _
) As DraftAssignment
'使用
Dim instance As DraftAssignmentCollection
Dim parameters As AssignmentCreationInformation
Dim returnValue As DraftAssignment
returnValue = instance.Add(parameters)
[RemoteAttribute]
public DraftAssignment Add(
AssignmentCreationInformation parameters
)
パラメーター
parameters
型: Microsoft.ProjectServer.Client.AssignmentCreationInformation下書きを作成するには、割り当てのプロパティ。
戻り値
型: Microsoft.ProjectServer.Client.DraftAssignment
ドラフトの割り当てです。