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
See also
Reference
ClientWebPartPropertyCollection class