共用方式為


SPWebPartCollection.IList.Insert method

NOTE: This API is now obsolete.

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

Syntax

'宣告
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'用途
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
)

參數

Implements

IList.Insert(Int32, Object)

請參閱

參照

SPWebPartCollection class

SPWebPartCollection members

Microsoft.SharePoint namespace