ClientWebPartPropertyCollection.ICollection<ClientWebPartProperty>.Add method

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

Syntax

'Declaration
Private Sub Add ( _
    item As ClientWebPartProperty _
) Implements ICollection(Of ClientWebPartProperty).Add
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim item As ClientWebPartProperty

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

Parameters

Implements

ICollection<T>.Add(T)

See also

Reference

ClientWebPartPropertyCollection class

ClientWebPartPropertyCollection members

Microsoft.SharePoint.WebPartPages namespace