Compartilhar via


SPWebPartCollection.IList.Insert method

NOTE: This API is now obsolete.

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

Syntax

'Declaração
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'Uso
Dim instance As SPWebPartCollection
Dim index As Integer
Dim value As Object

CType(instance, IList).Insert(index, _
    value)
[ObsoleteAttribute("Use SPLimitedWebPartManager instead.")]
void IList.Insert(
    int index,
    Object value
)

Parâmetros

Implements

IList.Insert(Int32, Object)

Ver também

Referência

SPWebPartCollection class

SPWebPartCollection members

Microsoft.SharePoint namespace