AggregationWebPart.WriteItemRow method
Reservado para uso interno apenas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overridable Function WriteItemRow ( _
row As DataRow, _
alternate As Boolean _
) As Boolean
'Uso
Dim row As DataRow
Dim alternate As Boolean
Dim returnValue As Boolean
returnValue = Me.WriteItemRow(row, _
alternate)
protected virtual bool WriteItemRow(
DataRow row,
bool alternate
)
Parâmetros
- row
Type: System.Data.DataRow
- alternate
Type: System.Boolean
Valor retornado
Type: System.Boolean