Freigeben über


SPWebPartCollection.IList.Add-Methode

HINWEIS: Diese API ist veraltet.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Private Function Add ( _
    value As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As SPWebPartCollection
Dim value As Object
Dim returnValue As Integer

returnValue = CType(instance, IList).Add(value)
[ObsoleteAttribute("Use SPLimitedWebPartManager instead.")]
intIList.Add(
    Object value
)

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

IList.Add(Object)

Siehe auch

Referenz

SPWebPartCollection Klasse

SPWebPartCollection-Member

Microsoft.SharePoint-Namespace