SPWebPartConnectionCollection.OnSet method
Executa processos personalizados adicionais antes de definir um valor na instância do SPWebPartConnectionCollection .
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overrides Sub OnSet ( _
index As Integer, _
oldValue As Object, _
newValue As Object _
)
'Uso
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
Me.OnSet(index, oldValue, newValue)
protected override void OnSet(
int index,
Object oldValue,
Object newValue
)
Parâmetros
index
Type: System.Int32O índice baseado em zero na qual oldValue pode ser encontrada.
oldValue
Type: System.ObjectO valor para substituir newValue.
newValue
Type: System.ObjectO novo valor do elemento no índice.
Comentários
Essa substituição lança um InvalidOperationException se o SPWebPartConnectionCollection é somente leitura. O valor não será definido se a coleção é somente leitura.
Ver também
Referência
SPWebPartConnectionCollection class