Метод SPSite.GetWorkItems

Returns the individual work items, number of columns, and number of rows in the specified work item collection as output parameters.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Sub GetWorkItems ( _
    workItems As SPWorkItemCollection, _
    <OutAttribute> ByRef pdwColCount As UInteger, _
    <OutAttribute> ByRef pdwRowCount As UInteger, _
    <OutAttribute> ByRef pvarWorkItems As Object _
)
'Применение
Dim instance As SPSite
Dim workItems As SPWorkItemCollection
Dim pdwColCount As UInteger
Dim pdwRowCount As UInteger
Dim pvarWorkItems As Object

instance.GetWorkItems(workItems, pdwColCount, _
    pdwRowCount, pvarWorkItems)
public void GetWorkItems(
    SPWorkItemCollection workItems,
    out uint pdwColCount,
    out uint pdwRowCount,
    out Object pvarWorkItems
)

Параметры

  • pdwColCount
    Тип: System.UInt32

    A 32-bit unsigned integer that specifies the number of work item columns.

  • pdwRowCount
    Тип: System.UInt32

    A 32-bit unsigned integer that specifies the number of work item rows.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint