Compartir a través de


del método ClientWebPartPropertyCollection.ICollection<ClientWebPartProperty>.Remove

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Private Function Remove ( _
    item As ClientWebPartProperty _
) As Boolean Implements ICollection(Of ClientWebPartProperty).Remove
'Uso
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
)

Parámetros

Valor devuelto

Tipo: System.Boolean

Implementaciones

ICollection<T>.Remove(T)

Vea también

Referencia

clase ClientWebPartPropertyCollection

Miembros ClientWebPartPropertyCollection

Espacio de nombres Microsoft.SharePoint.WebPartPages