Метод CustomFieldCollection.Remove
Удаляет указанный настраиваемого поля из коллекции.
Пространство имен: Microsoft.ProjectServer.Client
Сборка: Microsoft.ProjectServer.Client (в Microsoft.ProjectServer.Client.dll)
Синтаксис
'Декларация
<RemoteAttribute> _
Public Function Remove ( _
field As CustomField _
) As ClientResult(Of Boolean)
'Применение
Dim instance As CustomFieldCollection
Dim field As CustomField
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(field)
[RemoteAttribute]
public ClientResult<bool> Remove(
CustomField field
)
Параметры
field
Тип: Microsoft.ProjectServer.Client.CustomFieldНастраиваемое поле для удаления.
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientResult<Boolean>
True Если объект удален из коллекции. в противном случае — False.