次の方法で共有


ProjectCollection.Add メソッド

コレクションには、 ProjectCreationInformationオブジェクトによって指定されているプロジェクトに追加します。

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

構文

'宣言
<RemoteAttribute> _
Public Function Add ( _
    parameters As ProjectCreationInformation _
) As PublishedProject
'使用
Dim instance As ProjectCollection
Dim parameters As ProjectCreationInformation
Dim returnValue As PublishedProject

returnValue = instance.Add(parameters)
[RemoteAttribute]
public PublishedProject Add(
    ProjectCreationInformation parameters
)

パラメーター

戻り値

型: Microsoft.ProjectServer.Client.PublishedProject
プロジェクト。

関連項目

参照先

ProjectCollection クラス

ProjectCollection メンバー

Microsoft.ProjectServer.Client 名前空間