ProjectCollection.Remove 方法
从集合中移除指定的项目。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function Remove ( _
project As PublishedProject _
) As ClientResult(Of Boolean)
用法
Dim instance As ProjectCollection
Dim project As PublishedProject
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(project)
[RemoteAttribute]
public ClientResult<bool> Remove(
PublishedProject project
)
参数
project
类型:Microsoft.ProjectServer.Client.PublishedProject要移除的项目。
返回值
类型:Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果移除了项目 ;否则为False。