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
value
Tipo: Microsoft.SharePoint.WebPartPages.SPWebPartConnectionSPWebPartConnection que se agregarán a la SPWebPartConnectionCollection.
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