次の方法で共有


TimeSheetWorkCollection.Add メソッド

実績作業時間をタイムシートに追加します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
<RemoteAttribute> _
Public Function Add ( _
    parameters As TimeSheetWorkCreationInformation _
) As TimeSheetWork
'使用
Dim instance As TimeSheetWorkCollection
Dim parameters As TimeSheetWorkCreationInformation
Dim returnValue As TimeSheetWork

returnValue = instance.Add(parameters)
[RemoteAttribute]
public TimeSheetWork Add(
    TimeSheetWorkCreationInformation parameters
)

パラメーター

戻り値

型: Microsoft.ProjectServer.Client.TimeSheetWork
TimesheetWorkのオブジェクトです。

関連項目

参照先

TimeSheetWorkCollection クラス

TimeSheetWorkCollection メンバー

Microsoft.ProjectServer.Client 名前空間