Compartilhar via


SPWebPartConnectionCollection.Item property (String)

Obtém o SPWebPartConnection com o identificador especificado (ID) da SPWebPartConnectionCollection.

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    id As String _
) As SPWebPartConnection
    Get
'Uso
Dim instance As SPWebPartConnectionCollection
Dim id As String
Dim value As SPWebPartConnection

value = instance(id)
public SPWebPartConnection this[
    string id
] { get; }

Parâmetros

Property value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnection
SPWebPartConnection com a ID especificada na SPWebPartConnectionCollection.

Ver também

Referência

SPWebPartConnectionCollection class

SPWebPartConnectionCollection members

Item overload

Microsoft.SharePoint.WebPartPages namespace