次の方法で共有


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
)

パラメーター

戻り値

型: Microsoft.ProjectServer.Client.DraftAssignment
ドラフトの割り当てです。

関連項目

参照先

DraftAssignmentCollection クラス

DraftAssignmentCollection メンバー

Microsoft.ProjectServer.Client 名前空間