ClientWebPartPropertyCollection.ICollection<ClientWebPartProperty>.Remove method

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

Syntax

'Declaration
Private Function Remove ( _
    item As ClientWebPartProperty _
) As Boolean Implements ICollection(Of ClientWebPartProperty).Remove
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim item As ClientWebPartProperty
Dim returnValue As Boolean

returnValue = CType(instance, ICollection(Of ClientWebPartProperty)).Remove(item)
boolICollection<ClientWebPartProperty>.Remove(
    ClientWebPartProperty item
)

Parameters

Return value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See also

Reference

ClientWebPartPropertyCollection class

ClientWebPartPropertyCollection members

Microsoft.SharePoint.WebPartPages namespace