Remove Method

ChangeConflictCollection.Remove Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies whether the specified conflict is removed from the collection.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Public Function Remove ( _
	item As ObjectChangeConflict _
) As Boolean

Parameters

item
Type: System.Data.Linq.ObjectChangeConflict
The conflict to remove.

Return Value

Type: System.Boolean
Returns true if the ObjectChangeConflict is removed from the collection.

Implements

ICollection(Of T).Remove(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft