Compartir a través de


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

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

Sintaxis

'Declaración
Private Sub Add ( _
    item As ClientWebPartProperty _
) Implements ICollection(Of ClientWebPartProperty).Add
'Uso
Dim instance As ClientWebPartPropertyCollection
Dim item As ClientWebPartProperty

CType(instance, ICollection(Of ClientWebPartProperty)).Add(item)
void ICollection<ClientWebPartProperty>.Add(
    ClientWebPartProperty item
)

Parámetros

Implementaciones

ICollection<T>.Add(T)

Vea también

Referencia

clase ClientWebPartPropertyCollection

Miembros ClientWebPartPropertyCollection

Espacio de nombres Microsoft.SharePoint.WebPartPages