次の方法で共有


Calendar.CopyTo メソッド

予定表のコピーを作成およびコピーの新しい名前を示します。

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

構文

'宣言
<RemoteAttribute> _
Public Function CopyTo ( _
    name As String _
) As Calendar
'使用
Dim instance As Calendar
Dim name As String
Dim returnValue As Calendar

returnValue = instance.CopyTo(name)
[RemoteAttribute]
public Calendar CopyTo(
    string name
)

パラメーター

  • name
    型: System.String

    新しいカレンダーの名前です。

戻り値

型: Microsoft.ProjectServer.Client.Calendar
カレンダー オブジェクト。

関連項目

参照先

Calendar クラス

Calendar メンバー

Microsoft.ProjectServer.Client 名前空間