Compartir a través de


del método SPWebPartConnectionCollection.Add

Agrega un SPWebPartConnection a la SPWebPartConnectionCollection.

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Function Add ( _
    value As SPWebPartConnection _
) As Integer
'Uso
Dim instance As SPWebPartConnectionCollection
Dim value As SPWebPartConnection
Dim returnValue As Integer

returnValue = instance.Add(value)
public int Add(
    SPWebPartConnection value
)

Parámetros

Valor devuelto

Tipo: System.Int32
El índice en el que se ha agregado el SPWebPartConnection .

Comentarios

El SPWebPartConnection se agregará al final de la SPWebPartConnectionCollection. Para agregar un SPWebPartConnection en una ubicación específica, use el - método de Insert .

Vea también

Referencia

clase SPWebPartConnectionCollection

Miembros SPWebPartConnectionCollection

Espacio de nombres Microsoft.SharePoint.WebPartPages