SPContentDatabase.GetWorkItems 方法
指定的工作项集合作为输出参数中返回的单个工作项、 列数和行数。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub GetWorkItems ( _
workItems As SPWorkItemCollection, _
<OutAttribute> ByRef dwColCount As UInteger, _
<OutAttribute> ByRef dwRowCount As UInteger, _
<OutAttribute> ByRef varWorkItems As Object _
)
用法
Dim instance As SPContentDatabase
Dim workItems As SPWorkItemCollection
Dim dwColCount As UInteger
Dim dwRowCount As UInteger
Dim varWorkItems As Object
instance.GetWorkItems(workItems, dwColCount, _
dwRowCount, varWorkItems)
public void GetWorkItems(
SPWorkItemCollection workItems,
out uint dwColCount,
out uint dwRowCount,
out Object varWorkItems
)
参数
workItems
类型:Microsoft.SharePoint.SPWorkItemCollection表示工作项的SPWorkItemCollection对象。
dwColCount
类型:System.UInt3232 位无符号的整数,它指定的工作项的列数。
dwRowCount
类型:System.UInt3232 位无符号的整数,它指定的工作项的行数。
varWorkItems
类型:System.Object代表单个工作项目object 。