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.

  • pvarWorkItems
    类型:System.Object

    The individual work items.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间