LookupEntryCollection.Remove method
從集合中移除指定的對應項目。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Function Remove ( _
entry As LookupEntry _
) As ClientResult(Of Boolean)
'用途
Dim instance As LookupEntryCollection
Dim entry As LookupEntry
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(entry)
[RemoteAttribute]
public ClientResult<bool> Remove(
LookupEntry entry
)
參數
entry
Type: Microsoft.ProjectServer.Client.LookupEntry若要移除對應項目。
傳回值
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
True如果物件已從集合中,否則移除否則, False。