Share via


ChangeConflictCollection.Remove Method

Removes the first instance of the specified conflict object from the collection.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As ObjectChangeConflict _
) As Boolean
'Usage
Dim instance As ChangeConflictCollection
Dim item As ObjectChangeConflict
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove(
    ObjectChangeConflict item
)

Parameters

Return Value

Type: System.Boolean
true, if the object was removed; false if it was not or if it was not in the collection.

Implements

ICollection<T>.Remove(T)

See Also

Reference

ChangeConflictCollection Class

ChangeConflictCollection Members

Microsoft.SharePoint.Linq Namespace