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
)
参数
parameters
类型:Microsoft.ProjectServer.Client.ProjectCreationInformation要创建的项目的属性。
返回值
类型:Microsoft.ProjectServer.Client.PublishedProject
该项目。