Compartilhar via


SPWebPartConnectionCollection.Item property (Int32)

Obtém ou define o SPWebPartConnection no índice especificado a partir de SPWebPartConnectionCollection.

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

Syntax

'Declaração
Public Default Property Item ( _
    index As Integer _
) As SPWebPartConnection
    Get
    Set
'Uso
Dim instance As SPWebPartConnectionCollection
Dim index As Integer
Dim value As SPWebPartConnection

value = instance(index)

instance(index) = value
public SPWebPartConnection this[
    int index
] { get; set; }

Parâmetros

Property value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnection
A conexão no índice especificado na SPWebPartConnectionCollection.

Ver também

Referência

SPWebPartConnectionCollection class

SPWebPartConnectionCollection members

Item overload

Microsoft.SharePoint.WebPartPages namespace