UserTasksWebPart.WriteItemRow method
This member overrides AggregationWebPart.WriteItemRow(DataRow, Boolean).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overrides Function WriteItemRow ( _
row As DataRow, _
alternate As Boolean _
) As Boolean
'用途
Dim row As DataRow
Dim alternate As Boolean
Dim returnValue As Boolean
returnValue = Me.WriteItemRow(row, _
alternate)
protected override bool WriteItemRow(
DataRow row,
bool alternate
)
參數
- row
Type: System.Data.DataRow
- alternate
Type: System.Boolean
傳回值
Type: System.Boolean