EnterpriseProjectTypeCollection.Remove 方法
从集合中移除指定的企业项目类型 (EPT)。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function Remove ( _
ept As EnterpriseProjectType _
) As ClientResult(Of Boolean)
用法
Dim instance As EnterpriseProjectTypeCollection
Dim ept As EnterpriseProjectType
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(ept)
[RemoteAttribute]
public ClientResult<bool> Remove(
EnterpriseProjectType ept
)
参数
ept
类型:Microsoft.ProjectServer.Client.EnterpriseProjectType若要删除 EPT。
返回值
类型:Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果从集合中删除对象否则为False。
另请参阅
引用
EnterpriseProjectTypeCollection 类