다음을 통해 공유


ProjectCollection.Add method

Adds the project that is specified by the ProjectCreationInformation object to the collection.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As ProjectCreationInformation _
) As PublishedProject
'Usage
Dim instance As ProjectCollection
Dim parameters As ProjectCreationInformation
Dim returnValue As PublishedProject

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PublishedProject
The project.

See also

Reference

ProjectCollection class

ProjectCollection members

Microsoft.ProjectServer.Client namespace