Freigeben über


ProjectCollection.Add-Methode

Fügt das Projekt, das durch das ProjectCreationInformation -Objekt, das der Auflistung angegeben wird.

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
)

Parameter

Rückgabewert

Typ: Microsoft.ProjectServer.Client.PublishedProject
Das Projekt.

Siehe auch

Referenz

ProjectCollection Klasse

ProjectCollection-Member

Microsoft.ProjectServer.Client-Namespace