SPWebPartCollection.IList.Insert-Methode
HINWEIS: Diese API ist veraltet.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
'Usage
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
)
Parameter
- index
Typ: System.Int32
- value
Typ: System.Object